Html Css Color HEX #486302 Verdun Green

📋 copy color: '#486302'

red 72 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #486302

Tints of Verdun Green #486302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.23%

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

R = 41.62%
G = 57.23%
B = 1.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#486302 (or 0x486302) is known color: Verdun Green. HEX triplet: 48, 63 and 02. RGB value is (72,99,2). Sum of RGB (Red+Green+Blue) = 72+99+2=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #486302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486302 is #B79CFD. Grayscale: #505050. Windows color (decimal): -12033278 or 156488. OLE color: 156488.

HSL color Cylindrical-coordinate representation of color #486302: hue angle of 76.7º 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 #486302 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 2 -
CMYK 0.27 0 0.98 0.61
HSL 76.7º 0.96% 0.2% -
HSV(B) 76.7º 0.98% 0.39% -
XYZ 7.15 10.31 1.67 -
YUV 79.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 72 99 2 0.27 0 0.98 0.61 76.7 0.96 0.2
Hex 48 63 2 1B 0 62 3D 4D 60 14
Octal 110 143 2 33 0 142 75 115 140 24
Binary 1001000 1100011 10 11011 0 1100010 111101 1001101 1100000 10100

Color Harmonies of #486302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486302

Black with #486302

Text Example


Text Example

White with #486302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486302; }

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

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

background-color css

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

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

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

border-color css

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

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

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