#355910

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

Shades of Verdun Green #355910

Tints of Verdun Green #355910

Color information

#355910 (or 0x355910) is unknown color: approx Verdun Green. HEX triplet: 35, 59 and 10. RGB value is (53,89,16). Sum of RGB (Red+Green+Blue) = 53+89+16=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #355910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355910 is #CAA6EF. Grayscale: #464646. Windows color (decimal): -13281008 or 1071413. OLE color: 1071413.

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

Color convert

RGB538916-
CMYK0.4000.820.65
HSL89.59º69.52%20.59%-
HSV(B)89.59º82.02%34.9%-
XYZ5.137.941.75-
YUV69.9197.57115.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=33.54%
G=56.33%
B=10.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389160.4000.820.6589.5969.5220.59
Hex35591028052415a4615
Octal651312050012210113210625
Binary1101011011001100001010000101001010000011011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355910; }

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

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

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

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

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

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

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

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