Html Css Color HEX #565505 Verdun Green

📋 copy color: '#565505'

red 86 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #565505

Tints of Verdun Green #565505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.3%

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

R = 48.86%
G = 48.3%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#565505 (or 0x565505) is known color: Verdun Green. HEX triplet: 56, 55 and 05. RGB value is (86,85,5). Sum of RGB (Red+Green+Blue) = 86+85+5=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #565505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565505 is #A9AAFA. Grayscale: #4C4C4C. Windows color (decimal): -11119355 or 349526. OLE color: 349526.

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

Color convert

RGB 86 85 5 -
CMYK 0 0.01 0.94 0.66
HSL 59.26º 0.89% 0.18% -
HSV(B) 59.26º 0.94% 0.34% -
XYZ 7.11 8.49 1.41 -
YUV 76.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 86 85 5 0 0.01 0.94 0.66 59.26 0.89 0.18
Hex 56 55 5 0 1 5E 42 3B 59 12
Octal 126 125 5 0 1 136 102 73 131 22
Binary 1010110 1010101 101 0 1 1011110 1000010 111011 1011001 10010

Color Harmonies of #565505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565505

Black with #565505

Text Example


Text Example

White with #565505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565505; }

 p { color: rgb(86,85,5); }

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

background-color css

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

 a { background-color: rgb(86,85,5); }

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

border-color css

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

 span { border-color: rgb(86,85,5); }

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