#365511

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

Shades of Verdun Green #365511

Tints of Verdun Green #365511

Color information

#365511 (or 0x365511) is unknown color: approx Verdun Green. HEX triplet: 36, 55 and 11. RGB value is (54,85,17). Sum of RGB (Red+Green+Blue) = 54+85+17=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #365511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365511 is #C9AAEE. Grayscale: #444444. Windows color (decimal): -13216495 or 1135926. OLE color: 1135926.

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

Color convert

RGB548517-
CMYK0.3600.800.67
HSL87.35º66.67%20%-
HSV(B)87.35º80%33.33%-
XYZ4.877.321.69-
YUV67.9899.23118.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=34.62%
G=54.49%
B=10.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485170.3600.800.6787.3566.6720
Hex3655112405043574314
Octal661252144012010312710324
Binary1101101010101100011001000101000010000111010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365511; }

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

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

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

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

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

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

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

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