Html Css Color HEX #485902 Verdun Green

📋 copy color: '#485902'

red 72 ◦ green 89 ◦ blue 2

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

Shades of Verdun Green #485902

Tints of Verdun Green #485902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 44.17%
G = 54.6%
B = 1.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#485902 (or 0x485902) is known color: Verdun Green. HEX triplet: 48, 59 and 02. RGB value is (72,89,2). Sum of RGB (Red+Green+Blue) = 72+89+2=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #485902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485902 is #B7A6FD. Grayscale: #4A4A4A. Windows color (decimal): -12035838 or 153928. OLE color: 153928.

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

Color convert

RGB 72 89 2 -
CMYK 0.19 0 0.98 0.65
HSL 71.72º 0.96% 0.18% -
HSV(B) 71.72º 0.98% 0.35% -
XYZ 6.26 8.53 1.37 -
YUV 74 87.37 126.57 -
System Red Green Blue C M Y K H S L
Decimal 72 89 2 0.19 0 0.98 0.65 71.72 0.96 0.18
Hex 48 59 2 13 0 62 41 48 60 12
Octal 110 131 2 23 0 142 101 110 140 22
Binary 1001000 1011001 10 10011 0 1100010 1000001 1001000 1100000 10010

Color Harmonies of #485902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485902

Black with #485902

Text Example


Text Example

White with #485902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485902; }

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

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

background-color css

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

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

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

border-color css

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

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

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