#355911

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

Shades of Verdun Green #355911

Tints of Verdun Green #355911

Color information

#355911 (or 0x355911) is unknown color: approx Verdun Green. HEX triplet: 35, 59 and 11. RGB value is (53,89,17). Sum of RGB (Red+Green+Blue) = 53+89+17=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #355911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355911 is #CAA6EE. Grayscale: #464646. Windows color (decimal): -13281007 or 1136949. OLE color: 1136949.

HSL color Cylindrical-coordinate representation of color #355911: hue angle of 90º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #355911 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB538917-
CMYK0.4000.810.65
HSL90º67.92%20.78%-
HSV(B)90º80.9%34.9%-
XYZ5.147.941.79-
YUV70.0398.07115.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=33.33%
G=55.97%
B=10.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389170.4000.810.659067.9220.78
Hex35591128051415a4415
Octal651312150012110113210425
Binary1101011011001100011010000101000110000011011010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355911; }

 p { color: rgb(53,89,17); }

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

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

 a { background-color: rgb(53,89,17); }

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

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

 span { border-color: rgb(53,89,17); }

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