#37580F

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

Shades of Verdun Green #37580F

Tints of Verdun Green #37580F

Color information

#37580F (or 0x37580F) is unknown color: approx Verdun Green. HEX triplet: 37, 58 and 0F. RGB value is (55,88,15). Sum of RGB (Red+Green+Blue) = 55+88+15=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #37580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37580F is #C8A7F0. Grayscale: #464646. Windows color (decimal): -13150193 or 1005623. OLE color: 1005623.

HSL color Cylindrical-coordinate representation of color #37580F: hue angle of 87.12º 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 #37580F is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB558815-
CMYK0.3800.830.65
HSL87.12º70.87%20.2%-
HSV(B)87.12º82.95%34.51%-
XYZ5.157.831.69-
YUV69.8197.07117.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 88 (34.77% from 255) = 55.70%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=34.81%
G=55.70%
B=9.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588150.3800.830.6587.1270.8720.2
Hex3758F2605341574714
Octal671301746012310112710724
Binary110111101100011111001100101001110000011010111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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