Html Css Color HEX #485908 Verdun Green

📋 copy color: '#485908'

red 72 ◦ green 89 ◦ blue 8

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

Shades of Verdun Green #485908

Tints of Verdun Green #485908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.66%

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

R = 42.6%
G = 52.66%
B = 4.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#485908 (or 0x485908) is known color: Verdun Green. HEX triplet: 48, 59 and 08. RGB value is (72,89,8). Sum of RGB (Red+Green+Blue) = 72+89+8=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #485908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485908 is #B7A6F7. Grayscale: #4A4A4A. Windows color (decimal): -12035832 or 547144. OLE color: 547144.

HSL color Cylindrical-coordinate representation of color #485908: hue angle of 72.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #485908 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 8 -
CMYK 0.19 0 0.91 0.65
HSL 72.59º 0.84% 0.19% -
HSV(B) 72.59º 0.91% 0.35% -
XYZ 6.29 8.54 1.55 -
YUV 74.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 72 89 8 0.19 0 0.91 0.65 72.59 0.84 0.19
Hex 48 59 8 13 0 5B 41 49 54 13
Octal 110 131 10 23 0 133 101 111 124 23
Binary 1001000 1011001 1000 10011 0 1011011 1000001 1001001 1010100 10011

Color Harmonies of #485908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485908

Black with #485908

Text Example


Text Example

White with #485908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485908; }

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

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

background-color css

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

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

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

border-color css

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

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

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