#375A12

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

Shades of Verdun Green #375A12

Tints of Verdun Green #375A12

Color information

#375A12 (or 0x375A12) is unknown color: approx Verdun Green. HEX triplet: 37, 5A and 12. RGB value is (55,90,18). Sum of RGB (Red+Green+Blue) = 55+90+18=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #375A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A12 is #C8A5ED. Grayscale: #474747. Windows color (decimal): -13149678 or 1202743. OLE color: 1202743.

HSL color Cylindrical-coordinate representation of color #375A12: hue angle of 89.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #375A12 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB559018-
CMYK0.3900.800.65
HSL89.17º66.67%21.18%-
HSV(B)89.17º80%35.29%-
XYZ5.348.171.87-
YUV71.3397.9116.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 90 (35.55% from 255) = 55.21%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=33.74%
G=55.21%
B=11.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5590180.3900.800.6589.1766.6721.18
Hex375A122705041594315
Octal671322247012010113110325
Binary1101111011010100101001110101000010000011011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375A12; }

 p { color: rgb(55,90,18); }

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

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

 a { background-color: rgb(55,90,18); }

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

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

 span { border-color: rgb(55,90,18); }

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