#335702

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

Shades of Verdun Green #335702

Tints of Verdun Green #335702

Color information

#335702 (or 0x335702) is unknown color: approx Verdun Green. HEX triplet: 33, 57 and 02. RGB value is (51,87,2). Sum of RGB (Red+Green+Blue) = 51+87+2=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #335702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335702 is #CCA8FD. Grayscale: #424242. Windows color (decimal): -13412606 or 153395. OLE color: 153395.

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

Color convert

RGB51872-
CMYK0.4100.980.66
HSL85.41º95.51%17.45%-
HSV(B)85.41º97.7%34.12%-
XYZ4.787.521.26-
YUV66.5591.57116.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 87 (34.38% from 255) = 62.14%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=36.43%
G=62.14%
B=1.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal518720.4100.980.6685.4195.5117.45
Hex335722906242556011
Octal63127251014210212514021
Binary1100111010111101010010110001010000101010101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335702; }

 p { color: rgb(51,87,2); }

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

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

 a { background-color: rgb(51,87,2); }

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

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

 span { border-color: rgb(51,87,2); }

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