#36580F

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

Shades of Verdun Green #36580F

Tints of Verdun Green #36580F

Color information

#36580F (or 0x36580F) is unknown color: approx Verdun Green. HEX triplet: 36, 58 and 0F. RGB value is (54,88,15). Sum of RGB (Red+Green+Blue) = 54+88+15=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #36580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36580F is #C9A7F0. Grayscale: #454545. Windows color (decimal): -13215729 or 1005622. OLE color: 1005622.

HSL color Cylindrical-coordinate representation of color #36580F: hue angle of 87.95º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36580F is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB548815-
CMYK0.3900.830.65
HSL87.95º70.87%20.2%-
HSV(B)87.95º82.95%34.51%-
XYZ5.17.81.69-
YUV69.5197.24116.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 88 (34.77% from 255) = 56.05%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=34.39%
G=56.05%
B=9.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488150.3900.830.6587.9570.8720.2
Hex3658F2705341584714
Octal661301747012310113010724
Binary110110101100011111001110101001110000011011000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36580F; }

 p { color: rgb(54,88,15); }

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

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

 a { background-color: rgb(54,88,15); }

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

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

 span { border-color: rgb(54,88,15); }

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