Html Css Color HEX #486205 Verdun Green

📋 copy color: '#486205'

red 72 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #486205

Tints of Verdun Green #486205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 41.14%
G = 56%
B = 2.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#486205 (or 0x486205) is known color: Verdun Green. HEX triplet: 48, 62 and 05. RGB value is (72,98,5). Sum of RGB (Red+Green+Blue) = 72+98+5=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #486205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486205 is #B79DFA. Grayscale: #4F4F4F. Windows color (decimal): -12033531 or 352840. OLE color: 352840.

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

Color convert

RGB 72 98 5 -
CMYK 0.27 0 0.95 0.62
HSL 76.77º 0.9% 0.2% -
HSV(B) 76.77º 0.95% 0.38% -
XYZ 7.07 10.12 1.73 -
YUV 79.62 85.89 122.56 -
System Red Green Blue C M Y K H S L
Decimal 72 98 5 0.27 0 0.95 0.62 76.77 0.9 0.2
Hex 48 62 5 1B 0 5F 3E 4D 5A 14
Octal 110 142 5 33 0 137 76 115 132 24
Binary 1001000 1100010 101 11011 0 1011111 111110 1001101 1011010 10100

Color Harmonies of #486205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486205

Black with #486205

Text Example


Text Example

White with #486205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486205; }

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

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

background-color css

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

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

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

border-color css

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

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

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