#375A05

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

Shades of Verdun Green #375A05

Tints of Verdun Green #375A05

Color information

#375A05 (or 0x375A05) is unknown color: approx Verdun Green. HEX triplet: 37, 5A and 05. RGB value is (55,90,5). Sum of RGB (Red+Green+Blue) = 55+90+5=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #375A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A05 is #C8A5FA. Grayscale: #464646. Windows color (decimal): -13149691 or 350775. OLE color: 350775.

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

Color convert

RGB55905-
CMYK0.3900.940.65
HSL84.71º89.47%18.63%-
HSV(B)84.71º94.44%35.29%-
XYZ5.268.141.44-
YUV69.8491.4117.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.67%
GREEN value IS 90 (35.55% from 255) = 60%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=36.67%
G=60%
B=3.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal559050.3900.940.6584.7189.4718.63
Hex375A52705E41555913
Octal67132547013610112513123
Binary11011110110101011001110101111010000011010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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