Html Css Color HEX #486902 Verdun Green

📋 copy color: '#486902'

red 72 ◦ green 105 ◦ blue 2

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

Shades of Verdun Green #486902

Tints of Verdun Green #486902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.66%

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

R = 40.22%
G = 58.66%
B = 1.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#486902 (or 0x486902) is known color: Verdun Green. HEX triplet: 48, 69 and 02. RGB value is (72,105,2). Sum of RGB (Red+Green+Blue) = 72+105+2=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #486902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486902 is #B796FD. Grayscale: #535353. Windows color (decimal): -12031742 or 158024. OLE color: 158024.

HSL color Cylindrical-coordinate representation of color #486902: hue angle of 79.22º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #486902 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 2 -
CMYK 0.31 0 0.98 0.59
HSL 79.22º 0.96% 0.21% -
HSV(B) 79.22º 0.98% 0.41% -
XYZ 7.74 11.49 1.87 -
YUV 83.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 72 105 2 0.31 0 0.98 0.59 79.22 0.96 0.21
Hex 48 69 2 1F 0 62 3B 4F 60 15
Octal 110 151 2 37 0 142 73 117 140 25
Binary 1001000 1101001 10 11111 0 1100010 111011 1001111 1100000 10101

Color Harmonies of #486902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486902

Black with #486902

Text Example


Text Example

White with #486902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486902; }

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

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

background-color css

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

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

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

border-color css

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

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

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