#379176

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

Shades of Viridian #379176

Tints of Viridian #379176

Color information

#379176 (or 0x379176) is unknown color: approx Viridian. HEX triplet: 37, 91 and 76. RGB value is (55,145,118). Sum of RGB (Red+Green+Blue) = 55+145+118=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #379176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379176 is #C86E89. Grayscale: #737373. Windows color (decimal): -13135498 or 7770423. OLE color: 7770423.

HSL color Cylindrical-coordinate representation of color #379176: hue angle of 162º 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 #379176 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB55145118-
CMYK0.6200.190.43
HSL162º45%39.22%-
HSV(B)162º62.07%56.86%-
XYZ14.9722.3720.67-
YUV115.01129.6885.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=17.30%
G=45.60%
B=37.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451180.6200.190.431624539.22
Hex3791763E0132Ba22d27
Octal6722116676023532425547
Binary11011110010001111011011111001001110101110100010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379176; }

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

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

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

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

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

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

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

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