Html Css Color HEX #485706 Verdun Green

📋 copy color: '#485706'

red 72 ◦ green 87 ◦ blue 6

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

Shades of Verdun Green #485706

Tints of Verdun Green #485706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 52.73%

 BLUE value IS 6 (2.73% from 255) = 3.64%

R = 43.64%
G = 52.73%
B = 3.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#485706 (or 0x485706) is known color: Verdun Green. HEX triplet: 48, 57 and 06. RGB value is (72,87,6). Sum of RGB (Red+Green+Blue) = 72+87+6=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #485706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485706 is #B7A8F9. Grayscale: #494949. Windows color (decimal): -12036346 or 415560. OLE color: 415560.

HSL color Cylindrical-coordinate representation of color #485706: hue angle of 71.11º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #485706 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 6 -
CMYK 0.17 0 0.93 0.66
HSL 71.11º 0.87% 0.18% -
HSV(B) 71.11º 0.93% 0.34% -
XYZ 6.11 8.21 1.43 -
YUV 73.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 72 87 6 0.17 0 0.93 0.66 71.11 0.87 0.18
Hex 48 57 6 11 0 5D 42 47 57 12
Octal 110 127 6 21 0 135 102 107 127 22
Binary 1001000 1010111 110 10001 0 1011101 1000010 1000111 1010111 10010

Color Harmonies of #485706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485706

Black with #485706

Text Example


Text Example

White with #485706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485706; }

 p { color: rgb(72,87,6); }

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

background-color css

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

 a { background-color: rgb(72,87,6); }

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

border-color css

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

 span { border-color: rgb(72,87,6); }

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