#378979

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

Shades of Viridian #378979

Tints of Viridian #378979

Color information

#378979 (or 0x378979) is unknown color: approx Viridian. HEX triplet: 37, 89 and 79. RGB value is (55,137,121). Sum of RGB (Red+Green+Blue) = 55+137+121=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #378979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378979 is #C87686. Grayscale: #6E6E6E. Windows color (decimal): -13137543 or 7964983. OLE color: 7964983.

HSL color Cylindrical-coordinate representation of color #378979: hue angle of 168.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378979 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB55137121-
CMYK0.6000.120.46
HSL168.29º42.71%37.65%-
HSV(B)168.29º59.85%53.73%-
XYZ13.9720.0821.23-
YUV110.66133.8388.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=17.57%
G=43.77%
B=38.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551371210.6000.120.46168.2942.7137.65
Hex3789793C0C2Ea82b26
Octal6721117174014562505346
Binary1101111000100111110011111000110010111010101000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378979; }

 p { color: rgb(55,137,121); }

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

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

 a { background-color: rgb(55,137,121); }

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

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

 span { border-color: rgb(55,137,121); }

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