#356202

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

Shades of Verdun Green #356202

Tints of Verdun Green #356202

Color information

#356202 (or 0x356202) is unknown color: approx Verdun Green. HEX triplet: 35, 62 and 02. RGB value is (53,98,2). Sum of RGB (Red+Green+Blue) = 53+98+2=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #356202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356202 is #CA9DFD. Grayscale: #494949. Windows color (decimal): -13278718 or 156213. OLE color: 156213.

HSL color Cylindrical-coordinate representation of color #356202: hue angle of 88.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #356202 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB53982-
CMYK0.4600.980.62
HSL88.12º96%19.61%-
HSV(B)88.12º97.96%38.43%-
XYZ5.859.51.58-
YUV73.687.59113.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 98 (38.67% from 255) = 64.05%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=34.64%
G=64.05%
B=1.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal539820.4600.980.6288.129619.61
Hex356222E0623E586014
Octal6514225601427613014024
Binary110101110001010101110011000101111101011000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356202; }

 p { color: rgb(53,98,2); }

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

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

 a { background-color: rgb(53,98,2); }

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

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

 span { border-color: rgb(53,98,2); }

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