#335D04

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

Shades of Verdun Green #335D04

Tints of Verdun Green #335D04

Color information

#335D04 (or 0x335D04) is unknown color: approx Verdun Green. HEX triplet: 33, 5D and 04. RGB value is (51,93,4). Sum of RGB (Red+Green+Blue) = 51+93+4=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #335D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335D04 is #CCA2FB. Grayscale: #464646. Windows color (decimal): -13411068 or 286003. OLE color: 286003.

HSL color Cylindrical-coordinate representation of color #335D04: hue angle of 88.31º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #335D04 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB51934-
CMYK0.4500.960.64
HSL88.31º91.75%19.02%-
HSV(B)88.31º95.7%36.47%-
XYZ5.38.541.48-
YUV70.390.59114.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.46%
GREEN value IS 93 (36.72% from 255) = 62.84%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=34.46%
G=62.84%
B=2.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal519340.4500.960.6488.3191.7519.02
Hex335D42D06040585c13
Octal63135455014010013013423
Binary11001110111011001011010110000010000001011000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335D04; }

 p { color: rgb(51,93,4); }

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

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

 a { background-color: rgb(51,93,4); }

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

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

 span { border-color: rgb(51,93,4); }

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