Html Css Color HEX #565004 Verdun Green

📋 copy color: '#565004'

red 86 ◦ green 80 ◦ blue 4

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

Shades of Verdun Green #565004

Tints of Verdun Green #565004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 50.59%
G = 47.06%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#565004 (or 0x565004) is known color: Verdun Green. HEX triplet: 56, 50 and 04. RGB value is (86,80,4). Sum of RGB (Red+Green+Blue) = 86+80+4=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #565004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565004 is #A9AFFB. Grayscale: #494949. Windows color (decimal): -11120636 or 282710. OLE color: 282710.

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

Color convert

RGB 86 80 4 -
CMYK 0 0.07 0.95 0.66
HSL 55.61º 0.91% 0.18% -
HSV(B) 55.61º 0.95% 0.34% -
XYZ 6.73 7.72 1.25 -
YUV 73.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 86 80 4 0 0.07 0.95 0.66 55.61 0.91 0.18
Hex 56 50 4 0 7 5F 42 38 5B 12
Octal 126 120 4 0 7 137 102 70 133 22
Binary 1010110 1010000 100 0 111 1011111 1000010 111000 1011011 10010

Color Harmonies of #565004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565004

Black with #565004

Text Example


Text Example

White with #565004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565004; }

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

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

background-color css

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

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

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

border-color css

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

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

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