#375004

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

Shades of Verdun Green #375004

Tints of Verdun Green #375004

Color information

#375004 (or 0x375004) is unknown color: approx Verdun Green. HEX triplet: 37, 50 and 04. RGB value is (55,80,4). Sum of RGB (Red+Green+Blue) = 55+80+4=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #375004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375004 is #C8AFFB. Grayscale: #404040. Windows color (decimal): -13152252 or 282679. OLE color: 282679.

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

Color convert

RGB55804-
CMYK0.3100.950.69
HSL79.74º90.48%16.47%-
HSV(B)79.74º95%31.37%-
XYZ4.476.561.15-
YUV63.8694.22121.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=39.57%
G=57.55%
B=2.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal558040.3100.950.6979.7490.4816.47
Hex375041F05F45505a10
Octal67120437013710512013220
Binary1101111010000100111110101111110001011010000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375004; }

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

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

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

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

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

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

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

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