Html Css Color HEX #565002 Verdun Green

📋 copy color: '#565002'

red 86 ◦ green 80 ◦ blue 2

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

Shades of Verdun Green #565002

Tints of Verdun Green #565002

RGB

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

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

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

R = 51.19%
G = 47.62%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#565002 (or 0x565002) is known color: Verdun Green. HEX triplet: 56, 50 and 02. RGB value is (86,80,2). Sum of RGB (Red+Green+Blue) = 86+80+2=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #565002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565002 is #A9AFFD. Grayscale: #494949. Windows color (decimal): -11120638 or 151638. OLE color: 151638.

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

Color convert

RGB 86 80 2 -
CMYK 0 0.07 0.98 0.66
HSL 55.71º 0.95% 0.17% -
HSV(B) 55.71º 0.98% 0.34% -
XYZ 6.72 7.72 1.19 -
YUV 72.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 86 80 2 0 0.07 0.98 0.66 55.71 0.95 0.17
Hex 56 50 2 0 7 62 42 38 5F 11
Octal 126 120 2 0 7 142 102 70 137 21
Binary 1010110 1010000 10 0 111 1100010 1000010 111000 1011111 10001

Color Harmonies of #565002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565002

Black with #565002

Text Example


Text Example

White with #565002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565002; }

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

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

background-color css

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

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

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

border-color css

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

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

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