#375915

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

Shades of Verdun Green #375915

Tints of Verdun Green #375915

Color information

#375915 (or 0x375915) is unknown color: approx Verdun Green. HEX triplet: 37, 59 and 15. RGB value is (55,89,21). Sum of RGB (Red+Green+Blue) = 55+89+21=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #375915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375915 is #C8A6EA. Grayscale: #474747. Windows color (decimal): -13149931 or 1399095. OLE color: 1399095.

HSL color Cylindrical-coordinate representation of color #375915: hue angle of 90º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #375915 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB558921-
CMYK0.3800.760.65
HSL90º61.82%21.57%-
HSV(B)90º76.4%34.9%-
XYZ5.288.011.98-
YUV71.0899.74116.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=33.33%
G=53.94%
B=12.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589210.3800.760.659061.8221.57
Hex3759152604C415a3e16
Octal67131254601141011327626
Binary110111101100110101100110010011001000001101101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375915; }

 p { color: rgb(55,89,21); }

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

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

 a { background-color: rgb(55,89,21); }

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

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

 span { border-color: rgb(55,89,21); }

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