Html Css Color HEX #566104 Verdun Green

📋 copy color: '#566104'

red 86 ◦ green 97 ◦ blue 4

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

Shades of Verdun Green #566104

Tints of Verdun Green #566104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

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

R = 45.99%
G = 51.87%
B = 2.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#566104 (or 0x566104) is known color: Verdun Green. HEX triplet: 56, 61 and 04. RGB value is (86,97,4). Sum of RGB (Red+Green+Blue) = 86+97+4=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #566104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566104 is #A99EFB. Grayscale: #535353. Windows color (decimal): -11116284 or 287062. OLE color: 287062.

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

Color convert

RGB 86 97 4 -
CMYK 0.11 0 0.96 0.62
HSL 67.1º 0.92% 0.2% -
HSV(B) 67.1º 0.96% 0.38% -
XYZ 8.13 10.54 1.72 -
YUV 83.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 86 97 4 0.11 0 0.96 0.62 67.1 0.92 0.2
Hex 56 61 4 B 0 60 3E 43 5C 14
Octal 126 141 4 13 0 140 76 103 134 24
Binary 1010110 1100001 100 1011 0 1100000 111110 1000011 1011100 10100

Color Harmonies of #566104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566104

Black with #566104

Text Example


Text Example

White with #566104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566104; }

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

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

background-color css

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

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

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

border-color css

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

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

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