#365713

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

Shades of Verdun Green #365713

Tints of Verdun Green #365713

Color information

#365713 (or 0x365713) is unknown color: approx Verdun Green. HEX triplet: 36, 57 and 13. RGB value is (54,87,19). Sum of RGB (Red+Green+Blue) = 54+87+19=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #365713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365713 is #C9A8EC. Grayscale: #454545. Windows color (decimal): -13215981 or 1267510. OLE color: 1267510.

HSL color Cylindrical-coordinate representation of color #365713: hue angle of 89.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365713 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB548719-
CMYK0.3800.780.66
HSL89.12º64.15%20.78%-
HSV(B)89.12º78.16%34.12%-
XYZ5.057.651.83-
YUV69.3899.57117.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 87 (34.38% from 255) = 54.38%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=33.75%
G=54.38%
B=11.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487190.3800.780.6689.1264.1520.78
Hex3657132604E42594015
Octal661272346011610213110025
Binary1101101010111100111001100100111010000101011001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365713; }

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

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

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

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

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

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

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

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