#356603

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

Shades of Verdun Green #356603

Tints of Verdun Green #356603

Color information

#356603 (or 0x356603) is unknown color: approx Verdun Green. HEX triplet: 35, 66 and 03. RGB value is (53,102,3). Sum of RGB (Red+Green+Blue) = 53+102+3=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #356603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356603 is #CA99FC. Grayscale: #4C4C4C. Windows color (decimal): -13277693 or 222773. OLE color: 222773.

HSL color Cylindrical-coordinate representation of color #356603: hue angle of 89.7º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #356603 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB531023-
CMYK0.4800.970.6
HSL89.7º94.29%20.59%-
HSV(B)89.7º97.06%40%-
XYZ6.2410.271.74-
YUV76.0686.77111.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 102 (40.23% from 255) = 64.56%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=33.54%
G=64.56%
B=1.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5310230.4800.970.689.794.2920.59
Hex35663300613C5a5e15
Octal6514636001417413213625
Binary110101110011011110000011000011111001011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356603; }

 p { color: rgb(53,102,3); }

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

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

 a { background-color: rgb(53,102,3); }

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

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

 span { border-color: rgb(53,102,3); }

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