#335607

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

Shades of Verdun Green #335607

Tints of Verdun Green #335607

Color information

#335607 (or 0x335607) is unknown color: approx Verdun Green. HEX triplet: 33, 56 and 07. RGB value is (51,86,7). Sum of RGB (Red+Green+Blue) = 51+86+7=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #335607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335607 is #CCA9F8. Grayscale: #424242. Windows color (decimal): -13412857 or 480819. OLE color: 480819.

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

Color convert

RGB51867-
CMYK0.4100.920.66
HSL86.58º84.95%18.24%-
HSV(B)86.58º91.86%33.73%-
XYZ4.737.371.38-
YUV66.5394.4116.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 86 (33.98% from 255) = 59.72%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=35.42%
G=59.72%
B=4.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal518670.4100.920.6686.5884.9518.24
Hex335672905C42575512
Octal63126751013410212712522
Binary11001110101101111010010101110010000101010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335607; }

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

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

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

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

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

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

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

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