#565E0F

Color #565E0F Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #565E0F

Tints of Verdun Green #565E0F

Color information

#565E0F (or 0x565E0F) is unknown color: approx Verdun Green. HEX triplet: 56, 5E and 0F. RGB value is (86,94,15). Sum of RGB (Red+Green+Blue) = 86+94+15=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #565E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565E0F is #A9A1F0. Grayscale: #525252. Windows color (decimal): -11117041 or 1007190. OLE color: 1007190.

HSL color Cylindrical-coordinate representation of color #565E0F: hue angle of 66.08º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #565E0F is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB869415-
CMYK0.0900.840.63
HSL66.08º72.48%21.37%-
HSV(B)66.08º84.04%36.86%-
XYZ7.9310.021.97-
YUV82.689.85130.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 94 (37.11% from 255) = 48.21%
BLUE value IS 15 (6.25% from 255) = 7.69%
R=44.10%
G=48.21%
B=7.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8694150.0900.840.6366.0872.4821.37
Hex565EF90543F424815
Octal126136171101247710211025
Binary1010110101111011111001010101001111111000010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565E0F; }

 p { color: rgb(86,94,15); }

 H1.HeaderClassName
 {
   color: #565E0F;
 }
 .AnyTagClassName
 {
   color: #565E0F;
 }
</style>
background-color css

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

 a { background-color: rgb(86,94,15); }

 div.DivClassName
 {
   background-color: #565E0F;
 }
 .BgClassName
 {
   background-color: #565E0F;
 }
</style>
border-color css

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

 span { border-color: rgb(86,94,15); }

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