#365705

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

Shades of Verdun Green #365705

Tints of Verdun Green #365705

Color information

#365705 (or 0x365705) is unknown color: approx Verdun Green. HEX triplet: 36, 57 and 05. RGB value is (54,87,5). Sum of RGB (Red+Green+Blue) = 54+87+5=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #365705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365705 is #C9A8FA. Grayscale: #444444. Windows color (decimal): -13215995 or 350006. OLE color: 350006.

HSL color Cylindrical-coordinate representation of color #365705: hue angle of 84.15º 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 #365705 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB54875-
CMYK0.3800.940.66
HSL84.15º89.13%18.04%-
HSV(B)84.15º94.25%34.12%-
XYZ4.967.611.35-
YUV67.7892.57118.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 87 (34.38% from 255) = 59.59%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=36.99%
G=59.59%
B=3.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal548750.3800.940.6684.1589.1318.04
Hex365752605E42545912
Octal66127546013610212413122
Binary11011010101111011001100101111010000101010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365705; }

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

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

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

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

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

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

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

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