#335504

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

Shades of Verdun Green #335504

Tints of Verdun Green #335504

Color information

#335504 (or 0x335504) is unknown color: approx Verdun Green. HEX triplet: 33, 55 and 04. RGB value is (51,85,4). Sum of RGB (Red+Green+Blue) = 51+85+4=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #335504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335504 is #CCAAFB. Grayscale: #414141. Windows color (decimal): -13413116 or 283955. OLE color: 283955.

HSL color Cylindrical-coordinate representation of color #335504: hue angle of 85.19º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #335504 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB51854-
CMYK0.4000.950.67
HSL85.19º91.01%17.45%-
HSV(B)85.19º95.29%33.33%-
XYZ4.647.211.26-
YUV65.693.24117.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 85 (33.59% from 255) = 60.71%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=36.43%
G=60.71%
B=2.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518540.4000.950.6785.1991.0117.45
Hex335542805F43555b11
Octal63125450013710312513321
Binary11001110101011001010000101111110000111010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335504; }

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

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

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

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

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

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

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

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