#375003

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

Shades of Verdun Green #375003

Tints of Verdun Green #375003

Color information

#375003 (or 0x375003) is unknown color: approx Verdun Green. HEX triplet: 37, 50 and 03. RGB value is (55,80,3). Sum of RGB (Red+Green+Blue) = 55+80+3=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #375003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375003 is #C8AFFC. Grayscale: #404040. Windows color (decimal): -13152253 or 217143. OLE color: 217143.

HSL color Cylindrical-coordinate representation of color #375003: hue angle of 79.48º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #375003 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB55803-
CMYK0.3100.960.69
HSL79.48º92.77%16.27%-
HSV(B)79.48º96.25%31.37%-
XYZ4.466.561.12-
YUV63.7593.72121.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=39.86%
G=57.97%
B=2.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal558030.3100.960.6979.4892.7716.27
Hex375031F060454f5d10
Octal67120337014010511713520
Binary110111101000011111110110000010001011001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375003; }

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

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

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

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

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

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

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

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