Html Css Color HEX #486402 Verdun Green

📋 copy color: '#486402'

red 72 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #486402

Tints of Verdun Green #486402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.47%

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

R = 41.38%
G = 57.47%
B = 1.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#486402 (or 0x486402) is known color: Verdun Green. HEX triplet: 48, 64 and 02. RGB value is (72,100,2). Sum of RGB (Red+Green+Blue) = 72+100+2=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #486402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486402 is #B79BFD. Grayscale: #505050. Windows color (decimal): -12033022 or 156744. OLE color: 156744.

HSL color Cylindrical-coordinate representation of color #486402: hue angle of 77.14º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #486402 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 100 2 -
CMYK 0.28 0 0.98 0.61
HSL 77.14º 0.96% 0.2% -
HSV(B) 77.14º 0.98% 0.39% -
XYZ 7.24 10.5 1.7 -
YUV 80.46 83.72 121.97 -
System Red Green Blue C M Y K H S L
Decimal 72 100 2 0.28 0 0.98 0.61 77.14 0.96 0.2
Hex 48 64 2 1C 0 62 3D 4D 60 14
Octal 110 144 2 34 0 142 75 115 140 24
Binary 1001000 1100100 10 11100 0 1100010 111101 1001101 1100000 10100

Color Harmonies of #486402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486402

Black with #486402

Text Example


Text Example

White with #486402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486402; }

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

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

background-color css

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

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

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

border-color css

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

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

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