#365605

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

Shades of Verdun Green #365605

Tints of Verdun Green #365605

Color information

#365605 (or 0x365605) is unknown color: approx Verdun Green. HEX triplet: 36, 56 and 05. RGB value is (54,86,5). Sum of RGB (Red+Green+Blue) = 54+86+5=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #365605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365605 is #C9A9FA. Grayscale: #434343. Windows color (decimal): -13216251 or 349750. OLE color: 349750.

HSL color Cylindrical-coordinate representation of color #365605: hue angle of 83.7º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #365605 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB54865-
CMYK0.3700.940.66
HSL83.7º89.01%17.84%-
HSV(B)83.7º94.19%33.73%-
XYZ4.887.451.32-
YUV67.292.9118.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 86 (33.98% from 255) = 59.31%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=37.24%
G=59.31%
B=3.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal548650.3700.940.6683.789.0117.84
Hex365652505E42545912
Octal66126545013610212413122
Binary11011010101101011001010101111010000101010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365605; }

 p { color: rgb(54,86,5); }

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

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

 a { background-color: rgb(54,86,5); }

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

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

 span { border-color: rgb(54,86,5); }

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