#366502

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

Shades of Verdun Green #366502

Tints of Verdun Green #366502

Color information

#366502 (or 0x366502) is unknown color: approx Verdun Green. HEX triplet: 36, 65 and 02. RGB value is (54,101,2). Sum of RGB (Red+Green+Blue) = 54+101+2=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #366502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366502 is #C99AFD. Grayscale: #4C4C4C. Windows color (decimal): -13212414 or 156982. OLE color: 156982.

HSL color Cylindrical-coordinate representation of color #366502: hue angle of 88.48º 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 #366502 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB541012-
CMYK0.4700.980.60
HSL88.48º96.12%20.2%-
HSV(B)88.48º98.02%39.61%-
XYZ6.1910.11.68-
YUV75.6686.43112.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 101 (39.84% from 255) = 64.33%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=34.39%
G=64.33%
B=1.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5410120.4700.980.6088.4896.1220.2
Hex366522F0623C586014
Octal6614525701427413014024
Binary110110110010110101111011000101111001011000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366502; }

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

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

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

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

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

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

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

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