#379571

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

Shades of Viridian #379571

Tints of Viridian #379571

Color information

#379571 (or 0x379571) is unknown color: approx Viridian. HEX triplet: 37, 95 and 71. RGB value is (55,149,113). Sum of RGB (Red+Green+Blue) = 55+149+113=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #379571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379571 is #C86A8E. Grayscale: #747474. Windows color (decimal): -13134479 or 7443767. OLE color: 7443767.

HSL color Cylindrical-coordinate representation of color #379571: hue angle of 157.02º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379571 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB55149113-
CMYK0.6300.240.42
HSL157.02º46.08%40%-
HSV(B)157.02º63.09%58.43%-
XYZ15.323.519.35-
YUV116.79125.8683.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=17.35%
G=47.00%
B=35.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551491130.6300.240.42157.0246.0840
Hex3795713F0182A9d2e28
Octal6722516177030522355650
Binary11011110010101111000111111101100010101010011101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379571; }

 p { color: rgb(55,149,113); }

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

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

 a { background-color: rgb(55,149,113); }

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

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

 span { border-color: rgb(55,149,113); }

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