Html Css Color HEX #486602 Verdun Green

📋 copy color: '#486602'

red 72 ◦ green 102 ◦ blue 2

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

Shades of Verdun Green #486602

Tints of Verdun Green #486602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.95%

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

R = 40.91%
G = 57.95%
B = 1.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#486602 (or 0x486602) is known color: Verdun Green. HEX triplet: 48, 66 and 02. RGB value is (72,102,2). Sum of RGB (Red+Green+Blue) = 72+102+2=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #486602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486602 is #B799FD. Grayscale: #525252. Windows color (decimal): -12032510 or 157256. OLE color: 157256.

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

Color convert

RGB 72 102 2 -
CMYK 0.29 0 0.98 0.6
HSL 78º 0.96% 0.2% -
HSV(B) 78º 0.98% 0.4% -
XYZ 7.43 10.88 1.77 -
YUV 81.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 72 102 2 0.29 0 0.98 0.6 78 0.96 0.2
Hex 48 66 2 1D 0 62 3C 4E 60 14
Octal 110 146 2 35 0 142 74 116 140 24
Binary 1001000 1100110 10 11101 0 1100010 111100 1001110 1100000 10100

Color Harmonies of #486602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486602

Black with #486602

Text Example


Text Example

White with #486602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486602; }

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

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

background-color css

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

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

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

border-color css

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

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

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