#379170

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

Shades of Viridian #379170

Tints of Viridian #379170

Color information

#379170 (or 0x379170) is unknown color: approx Viridian. HEX triplet: 37, 91 and 70. RGB value is (55,145,112). Sum of RGB (Red+Green+Blue) = 55+145+112=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #379170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379170 is #C86E8F. Grayscale: #727272. Windows color (decimal): -13135504 or 7377207. OLE color: 7377207.

HSL color Cylindrical-coordinate representation of color #379170: hue angle of 158º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379170 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB55145112-
CMYK0.6200.230.43
HSL158º45%39.22%-
HSV(B)158º62.07%56.86%-
XYZ14.6322.2318.85-
YUV114.33126.6885.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=17.63%
G=46.47%
B=35.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451120.6200.230.431584539.22
Hex3791703E0172B9e2d27
Octal6722116076027532365547
Binary11011110010001111000011111001011110101110011110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379170; }

 p { color: rgb(55,145,112); }

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

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

 a { background-color: rgb(55,145,112); }

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

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

 span { border-color: rgb(55,145,112); }

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