#356502

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

Shades of Verdun Green #356502

Tints of Verdun Green #356502

Color information

#356502 (or 0x356502) is unknown color: approx Verdun Green. HEX triplet: 35, 65 and 02. RGB value is (53,101,2). Sum of RGB (Red+Green+Blue) = 53+101+2=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 101 (39.84% from 255 or 64.74% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 101 - color contains mainly: green. Hex color #356502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356502 is #CA9AFD. Grayscale: #4B4B4B. Windows color (decimal): -13277950 or 156981. OLE color: 156981.

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

Color convert

RGB531012-
CMYK0.4800.980.60
HSL89.09º96.12%20.2%-
HSV(B)89.09º98.02%39.61%-
XYZ6.1310.071.68-
YUV75.3686.6112.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 101 (39.84% from 255) = 64.74%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=33.97%
G=64.74%
B=1.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5310120.4800.980.6089.0996.1220.2
Hex35652300623C596014
Octal6514526001427413114024
Binary110101110010110110000011000101111001011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356502; }

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

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

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

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

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

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

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

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