#365A11

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

Shades of Verdun Green #365A11

Tints of Verdun Green #365A11

Color information

#365A11 (or 0x365A11) is unknown color: approx Verdun Green. HEX triplet: 36, 5A and 11. RGB value is (54,90,17). Sum of RGB (Red+Green+Blue) = 54+90+17=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #365A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365A11 is #C9A5EE. Grayscale: #474747. Windows color (decimal): -13215215 or 1137206. OLE color: 1137206.

HSL color Cylindrical-coordinate representation of color #365A11: hue angle of 89.59º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #365A11 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB549017-
CMYK0.4000.810.65
HSL89.59º68.22%20.98%-
HSV(B)89.59º81.11%35.29%-
XYZ5.288.141.82-
YUV70.9197.57115.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=33.54%
G=55.90%
B=10.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5490170.4000.810.6589.5968.2220.98
Hex365A1128051415a4415
Octal661322150012110113210425
Binary1101101011010100011010000101000110000011011010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365A11; }

 p { color: rgb(54,90,17); }

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

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

 a { background-color: rgb(54,90,17); }

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

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

 span { border-color: rgb(54,90,17); }

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