#365B09

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

Shades of Verdun Green #365B09

Tints of Verdun Green #365B09

Color information

#365B09 (or 0x365B09) is unknown color: approx Verdun Green. HEX triplet: 36, 5B and 09. RGB value is (54,91,9). Sum of RGB (Red+Green+Blue) = 54+91+9=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #365B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365B09 is #C9A4F6. Grayscale: #464646. Windows color (decimal): -13214967 or 613174. OLE color: 613174.

HSL color Cylindrical-coordinate representation of color #365B09: hue angle of 87.07º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #365B09 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB54919-
CMYK0.4100.900.64
HSL87.07º82%19.61%-
HSV(B)87.07º90.11%35.69%-
XYZ5.318.291.58-
YUV70.5993.24116.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 91 (35.94% from 255) = 59.09%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=35.06%
G=59.09%
B=5.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal549190.4100.900.6487.078219.61
Hex365B92905A40575214
Octal661331151013210012712224
Binary110110101101110011010010101101010000001010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,91,9); }

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

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

 a { background-color: rgb(54,91,9); }

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

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

 span { border-color: rgb(54,91,9); }

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