#365604

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

Shades of Verdun Green #365604

Tints of Verdun Green #365604

Color information

#365604 (or 0x365604) is unknown color: approx Verdun Green. HEX triplet: 36, 56 and 04. RGB value is (54,86,4). Sum of RGB (Red+Green+Blue) = 54+86+4=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #365604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365604 is #C9A9FB. Grayscale: #434343. Windows color (decimal): -13216252 or 284214. OLE color: 284214.

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

Color convert

RGB54864-
CMYK0.3700.950.66
HSL83.41º91.11%17.65%-
HSV(B)83.41º95.35%33.73%-
XYZ4.877.451.3-
YUV67.0892.4118.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 59.72%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=37.5%
G=59.72%
B=2.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal548640.3700.950.6683.4191.1117.65
Hex365642505F42535b12
Octal66126445013710212313322
Binary11011010101101001001010101111110000101010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365604; }

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

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

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

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

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

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

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

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