#33560E

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

Shades of Verdun Green #33560E

Tints of Verdun Green #33560E

Color information

#33560E (or 0x33560E) is unknown color: approx Verdun Green. HEX triplet: 33, 56 and 0E. RGB value is (51,86,14). Sum of RGB (Red+Green+Blue) = 51+86+14=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #33560E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33560E is #CCA9F1. Grayscale: #434343. Windows color (decimal): -13412850 or 939571. OLE color: 939571.

HSL color Cylindrical-coordinate representation of color #33560E: hue angle of 89.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33560E is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB518614-
CMYK0.4100.840.66
HSL89.17º72%19.61%-
HSV(B)89.17º83.72%33.73%-
XYZ4.777.391.59-
YUV67.3397.9116.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 86 (33.98% from 255) = 56.95%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=33.77%
G=56.95%
B=9.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5186140.4100.840.6689.177219.61
Hex3356E2905442594814
Octal631261651012410213111024
Binary110011101011011101010010101010010000101011001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33560E; }

 p { color: rgb(51,86,14); }

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

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

 a { background-color: rgb(51,86,14); }

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

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

 span { border-color: rgb(51,86,14); }

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