#375901

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

Shades of Verdun Green #375901

Tints of Verdun Green #375901

Color information

#375901 (or 0x375901) is unknown color: approx Verdun Green. HEX triplet: 37, 59 and 01. RGB value is (55,89,1). Sum of RGB (Red+Green+Blue) = 55+89+1=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #375901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375901 is #C8A6FE. Grayscale: #454545. Windows color (decimal): -13149951 or 88375. OLE color: 88375.

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

Color convert

RGB55891-
CMYK0.3800.990.65
HSL83.18º97.78%17.65%-
HSV(B)83.18º98.88%34.9%-
XYZ5.157.961.29-
YUV68.889.74118.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 89 (35.16% from 255) = 61.38%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=37.93%
G=61.38%
B=0.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal558910.3800.990.6583.1897.7817.65
Hex375912606341536212
Octal67131146014310112314222
Binary110111101100111001100110001110000011010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375901; }

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

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

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

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

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

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

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

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