#355A06

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

Shades of Verdun Green #355A06

Tints of Verdun Green #355A06

Color information

#355A06 (or 0x355A06) is unknown color: approx Verdun Green. HEX triplet: 35, 5A and 06. RGB value is (53,90,6). Sum of RGB (Red+Green+Blue) = 53+90+6=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 90 (35.55% from 255 or 60.40% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 90 - color contains mainly: green. Hex color #355A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A06 is #CAA5F9. Grayscale: #454545. Windows color (decimal): -13280762 or 416309. OLE color: 416309.

HSL color Cylindrical-coordinate representation of color #355A06: hue angle of 86.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #355A06 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB53906-
CMYK0.4100.930.65
HSL86.43º87.5%18.82%-
HSV(B)86.43º93.33%35.29%-
XYZ5.168.081.46-
YUV69.3692.24116.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 90 (35.55% from 255) = 60.40%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=35.57%
G=60.40%
B=4.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal539060.4100.930.6586.4387.518.82
Hex355A62905D41565813
Octal65132651013510112613023
Binary11010110110101101010010101110110000011010110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355A06; }

 p { color: rgb(53,90,6); }

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

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

 a { background-color: rgb(53,90,6); }

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

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

 span { border-color: rgb(53,90,6); }

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