#375A03

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

Shades of Verdun Green #375A03

Tints of Verdun Green #375A03

Color information

#375A03 (or 0x375A03) is unknown color: approx Verdun Green. HEX triplet: 37, 5A and 03. RGB value is (55,90,3). Sum of RGB (Red+Green+Blue) = 55+90+3=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #375A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A03 is #C8A5FC. Grayscale: #454545. Windows color (decimal): -13149693 or 219703. OLE color: 219703.

HSL color Cylindrical-coordinate representation of color #375A03: hue angle of 84.14º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #375A03 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB55903-
CMYK0.3900.970.65
HSL84.14º93.55%18.24%-
HSV(B)84.14º96.67%35.29%-
XYZ5.258.131.38-
YUV69.6290.4117.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 90 (35.55% from 255) = 60.81%
BLUE value IS 3 (1.56% from 255) = 2.03%
R=37.16%
G=60.81%
B=2.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal559030.3900.970.6584.1493.5518.24
Hex375A32706141545e12
Octal67132347014110112413622
Binary1101111011010111001110110000110000011010100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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