#365C09

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

Shades of Verdun Green #365C09

Tints of Verdun Green #365C09

Color information

#365C09 (or 0x365C09) is unknown color: approx Verdun Green. HEX triplet: 36, 5C and 09. RGB value is (54,92,9). Sum of RGB (Red+Green+Blue) = 54+92+9=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #365C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365C09 is #C9A3F6. Grayscale: #474747. Windows color (decimal): -13214711 or 613430. OLE color: 613430.

HSL color Cylindrical-coordinate representation of color #365C09: hue angle of 87.47º 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 #365C09 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB54929-
CMYK0.4100.900.64
HSL87.47º82.18%19.8%-
HSV(B)87.47º90.22%36.08%-
XYZ5.48.461.61-
YUV71.1892.91115.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 92 (36.33% from 255) = 59.35%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=34.84%
G=59.35%
B=5.81%

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
Decimal549290.4100.900.6487.4782.1819.8
Hex365C92905A40575214
Octal661341151013210012712224
Binary110110101110010011010010101101010000001010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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