#379471

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

Shades of Viridian #379471

Tints of Viridian #379471

Color information

#379471 (or 0x379471) is unknown color: approx Viridian. HEX triplet: 37, 94 and 71. RGB value is (55,148,113). Sum of RGB (Red+Green+Blue) = 55+148+113=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #379471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379471 is #C86B8E. Grayscale: #747474. Windows color (decimal): -13134735 or 7443511. OLE color: 7443511.

HSL color Cylindrical-coordinate representation of color #379471: hue angle of 157.42º 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 #379471 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB55148113-
CMYK0.6300.240.42
HSL157.42º45.81%39.8%-
HSV(B)157.42º62.84%58.04%-
XYZ15.1523.1819.3-
YUV116.2126.1984.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=17.41%
G=46.84%
B=35.76%

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
Decimal551481130.6300.240.42157.4245.8139.8
Hex3794713F0182A9d2e28
Octal6722416177030522355650
Binary11011110010100111000111111101100010101010011101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379471; }

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

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

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

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

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

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

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

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