#355C0D

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

Shades of Verdun Green #355C0D

Tints of Verdun Green #355C0D

Color information

#355C0D (or 0x355C0D) is unknown color: approx Verdun Green. HEX triplet: 35, 5C and 0D. RGB value is (53,92,13). Sum of RGB (Red+Green+Blue) = 53+92+13=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #355C0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355C0D is #CAA3F2. Grayscale: #474747. Windows color (decimal): -13280243 or 875573. OLE color: 875573.

HSL color Cylindrical-coordinate representation of color #355C0D: hue angle of 89.62º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #355C0D is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB539213-
CMYK0.4200.860.64
HSL89.62º75.24%20.59%-
HSV(B)89.62º85.87%36.08%-
XYZ5.378.441.73-
YUV71.3395.08114.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 92 (36.33% from 255) = 58.23%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=33.54%
G=58.23%
B=8.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5392130.4200.860.6489.6275.2420.59
Hex355CD2A056405a4b15
Octal651341552012610013211325
Binary110101101110011011010100101011010000001011010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,92,13); }

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

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

 a { background-color: rgb(53,92,13); }

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

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

 span { border-color: rgb(53,92,13); }

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