#355E00

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

Shades of Verdun Green #355E00

Tints of Verdun Green #355E00

Color information

#355E00 (or 0x355E00) is unknown color: approx Verdun Green. HEX triplet: 35, 5E and 00. RGB value is (53,94,0). Sum of RGB (Red+Green+Blue) = 53+94+0=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 94 (37.11% from 255 or 63.95% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 94 - color contains mainly: green. Hex color #355E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355E00 is #CAA1FF. Grayscale: #474747. Windows color (decimal): -13279744 or 24117. OLE color: 24117.

HSL color Cylindrical-coordinate representation of color #355E00: hue angle of 86.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #355E00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB53940-
CMYK0.44010.63
HSL86.17º100%18.43%-
HSV(B)86.17º100%36.86%-
XYZ5.478.761.4-
YUV71.0287.92115.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 94 (37.11% from 255) = 63.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.05%
G=63.95%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal539400.44010.6386.1710018.43
Hex355E02C0643F566412
Octal6513605401447712614422
Binary11010110111100101100011001001111111010110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,94,0); }

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

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

 a { background-color: rgb(53,94,0); }

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

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

 span { border-color: rgb(53,94,0); }

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