Html Css Color HEX #486202 Verdun Green

📋 copy color: '#486202'

red 72 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #486202

Tints of Verdun Green #486202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.98%

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

R = 41.86%
G = 56.98%
B = 1.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#486202 (or 0x486202) is known color: Verdun Green. HEX triplet: 48, 62 and 02. RGB value is (72,98,2). Sum of RGB (Red+Green+Blue) = 72+98+2=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #486202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486202 is #B79DFD. Grayscale: #4F4F4F. Windows color (decimal): -12033534 or 156232. OLE color: 156232.

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

Color convert

RGB 72 98 2 -
CMYK 0.27 0 0.98 0.62
HSL 76.25º 0.96% 0.2% -
HSV(B) 76.25º 0.98% 0.38% -
XYZ 7.05 10.12 1.64 -
YUV 79.28 84.39 122.81 -
System Red Green Blue C M Y K H S L
Decimal 72 98 2 0.27 0 0.98 0.62 76.25 0.96 0.2
Hex 48 62 2 1B 0 62 3E 4C 60 14
Octal 110 142 2 33 0 142 76 114 140 24
Binary 1001000 1100010 10 11011 0 1100010 111110 1001100 1100000 10100

Color Harmonies of #486202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486202

Black with #486202

Text Example


Text Example

White with #486202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486202; }

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

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

background-color css

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

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

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

border-color css

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

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

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