Html Css Color HEX #565006 Verdun Green

📋 copy color: '#565006'

red 86 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #565006

Tints of Verdun Green #565006

RGB

 RED value IS 86 (33.98% from 255) = 50%

 GREEN value IS 80 (31.64% from 255) = 46.51%

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

R = 50%
G = 46.51%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#565006 (or 0x565006) is known color: Verdun Green. HEX triplet: 56, 50 and 06. RGB value is (86,80,6). Sum of RGB (Red+Green+Blue) = 86+80+6=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #565006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565006 is #A9AFF9. Grayscale: #494949. Windows color (decimal): -11120634 or 413782. OLE color: 413782.

HSL color Cylindrical-coordinate representation of color #565006: hue angle of 55.5º 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 #565006 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 6 -
CMYK 0 0.07 0.93 0.66
HSL 55.5º 0.87% 0.18% -
HSV(B) 55.5º 0.93% 0.34% -
XYZ 6.74 7.73 1.31 -
YUV 73.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 86 80 6 0 0.07 0.93 0.66 55.5 0.87 0.18
Hex 56 50 6 0 7 5D 42 38 57 12
Octal 126 120 6 0 7 135 102 70 127 22
Binary 1010110 1010000 110 0 111 1011101 1000010 111000 1010111 10010

Color Harmonies of #565006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565006

Black with #565006

Text Example


Text Example

White with #565006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565006; }

 p { color: rgb(86,80,6); }

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

background-color css

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

 a { background-color: rgb(86,80,6); }

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

border-color css

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

 span { border-color: rgb(86,80,6); }

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