#375506

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

Shades of Verdun Green #375506

Tints of Verdun Green #375506

Color information

#375506 (or 0x375506) is unknown color: approx Verdun Green. HEX triplet: 37, 55 and 06. RGB value is (55,85,6). Sum of RGB (Red+Green+Blue) = 55+85+6=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #375506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375506 is #C8AAF9. Grayscale: #434343. Windows color (decimal): -13150970 or 415031. OLE color: 415031.

HSL color Cylindrical-coordinate representation of color #375506: hue angle of 82.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #375506 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB55856-
CMYK0.3500.930.67
HSL82.78º86.81%17.84%-
HSV(B)82.78º92.94%33.33%-
XYZ4.867.321.33-
YUV67.0293.56119.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=37.67%
G=58.22%
B=4.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal558560.3500.930.6782.7886.8117.84
Hex375562305D43535712
Octal67125643013510312312722
Binary11011110101011101000110101110110000111010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375506; }

 p { color: rgb(55,85,6); }

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

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

 a { background-color: rgb(55,85,6); }

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

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

 span { border-color: rgb(55,85,6); }

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