#365509

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

Shades of Verdun Green #365509

Tints of Verdun Green #365509

Color information

#365509 (or 0x365509) is unknown color: approx Verdun Green. HEX triplet: 36, 55 and 09. RGB value is (54,85,9). Sum of RGB (Red+Green+Blue) = 54+85+9=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #365509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365509 is #C9AAF6. Grayscale: #434343. Windows color (decimal): -13216503 or 611638. OLE color: 611638.

HSL color Cylindrical-coordinate representation of color #365509: hue angle of 84.47º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #365509 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB54859-
CMYK0.3600.890.67
HSL84.47º80.85%18.43%-
HSV(B)84.47º89.41%33.33%-
XYZ4.827.31.41-
YUV67.0795.23118.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=36.49%
G=57.43%
B=6.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548590.3600.890.6784.4780.8518.43
Hex365592405943545112
Octal661251144013110312412122
Binary110110101010110011001000101100110000111010100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365509; }

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

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

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

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

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

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

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

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