Html Css Color HEX #485508 Verdun Green

📋 copy color: '#485508'

red 72 ◦ green 85 ◦ blue 8

#485508
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #485508

Tints of Verdun Green #485508

RGB

 RED value IS 72 (28.52% from 255) = 43.64%

 GREEN value IS 85 (33.59% from 255) = 51.52%

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 43.64%
G = 51.52%
B = 4.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#485508 (or 0x485508) is known color: Verdun Green. HEX triplet: 48, 55 and 08. RGB value is (72,85,8). Sum of RGB (Red+Green+Blue) = 72+85+8=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #485508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485508 is #B7AAF7. Grayscale: #484848. Windows color (decimal): -12036856 or 546120. OLE color: 546120.

HSL color Cylindrical-coordinate representation of color #485508: hue angle of 70.13º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #485508 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 8 -
CMYK 0.15 0 0.91 0.67
HSL 70.13º 0.83% 0.18% -
HSV(B) 70.13º 0.91% 0.33% -
XYZ 5.96 7.89 1.44 -
YUV 72.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 72 85 8 0.15 0 0.91 0.67 70.13 0.83 0.18
Hex 48 55 8 F 0 5B 43 46 53 12
Octal 110 125 10 17 0 133 103 106 123 22
Binary 1001000 1010101 1000 1111 0 1011011 1000011 1000110 1010011 10010

Color Harmonies of #485508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485508

Black with #485508

Text Example


Text Example

White with #485508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485508; }

 p { color: rgb(72,85,8); }

 H1.HeaderClassName
 {
   color: #485508;
 }
 .AnyTagClassName
 {
   color: #485508;
 }
</style>

background-color css

<style>
 a { background-color: #485508; }

 a { background-color: rgb(72,85,8); }

 div.DivClassName
 {
   background-color: #485508;
 }
 .BgClassName
 {
   background-color: #485508;
 }
</style>

border-color css

<style>
 span { border-color: #485508; }

 span { border-color: rgb(72,85,8); }

 td.TdClassName
 {
   border-color: #485508;
 }
 .TagClassName
 {
   border-color: #485508;
 }
</style>