Html Css Color HEX #565202 Verdun Green

📋 copy color: '#565202'

red 86 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #565202

Tints of Verdun Green #565202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.24%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 50.59%
G = 48.24%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#565202 (or 0x565202) is known color: Verdun Green. HEX triplet: 56, 52 and 02. RGB value is (86,82,2). Sum of RGB (Red+Green+Blue) = 86+82+2=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #565202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565202 is #A9ADFD. Grayscale: #4A4A4A. Windows color (decimal): -11120126 or 152150. OLE color: 152150.

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

Color convert

RGB 86 82 2 -
CMYK 0 0.05 0.98 0.66
HSL 57.14º 0.95% 0.17% -
HSV(B) 57.14º 0.98% 0.34% -
XYZ 6.87 8.02 1.24 -
YUV 74.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 86 82 2 0 0.05 0.98 0.66 57.14 0.95 0.17
Hex 56 52 2 0 5 62 42 39 5F 11
Octal 126 122 2 0 5 142 102 71 137 21
Binary 1010110 1010010 10 0 101 1100010 1000010 111001 1011111 10001

Color Harmonies of #565202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565202

Black with #565202

Text Example


Text Example

White with #565202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565202; }

 p { color: rgb(86,82,2); }

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

background-color css

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

 a { background-color: rgb(86,82,2); }

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

border-color css

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

 span { border-color: rgb(86,82,2); }

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