#379276

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

Shades of Viridian #379276

Tints of Viridian #379276

Color information

#379276 (or 0x379276) is unknown color: approx Viridian. HEX triplet: 37, 92 and 76. RGB value is (55,146,118). Sum of RGB (Red+Green+Blue) = 55+146+118=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #379276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379276 is #C86D89. Grayscale: #737373. Windows color (decimal): -13135242 or 7770679. OLE color: 7770679.

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

Color convert

RGB55146118-
CMYK0.6200.190.43
HSL161.54º45.27%39.41%-
HSV(B)161.54º62.33%57.25%-
XYZ15.1222.6820.72-
YUV115.6129.3584.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=17.24%
G=45.77%
B=36.99%

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
Decimal551461180.6200.190.43161.5445.2739.41
Hex3792763E0132Ba22d27
Octal6722216676023532425547
Binary11011110010010111011011111001001110101110100010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379276; }

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

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

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

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

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

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

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

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