#365508

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

Shades of Verdun Green #365508

Tints of Verdun Green #365508

Color information

#365508 (or 0x365508) is unknown color: approx Verdun Green. HEX triplet: 36, 55 and 08. RGB value is (54,85,8). Sum of RGB (Red+Green+Blue) = 54+85+8=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #365508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365508 is #C9AAF7. Grayscale: #434343. Windows color (decimal): -13216504 or 546102. OLE color: 546102.

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

Color convert

RGB54858-
CMYK0.3600.910.67
HSL84.16º82.8%18.24%-
HSV(B)84.16º90.59%33.33%-
XYZ4.817.31.38-
YUV66.9594.73118.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=36.73%
G=57.82%
B=5.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548580.3600.910.6784.1682.818.24
Hex365582405B43545312
Octal661251044013310312412322
Binary110110101010110001001000101101110000111010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365508; }

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

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

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

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

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

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

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

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