#378F79

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

Shades of Viridian #378F79

Tints of Viridian #378F79

Color information

#378F79 (or 0x378F79) is unknown color: approx Viridian. HEX triplet: 37, 8F and 79. RGB value is (55,143,121). Sum of RGB (Red+Green+Blue) = 55+143+121=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #378F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378F79 is #C87086. Grayscale: #727272. Windows color (decimal): -13136007 or 7966519. OLE color: 7966519.

HSL color Cylindrical-coordinate representation of color #378F79: hue angle of 165º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378F79 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB55143121-
CMYK0.6200.150.44
HSL165º44.44%38.82%-
HSV(B)165º61.54%56.08%-
XYZ14.8521.8421.52-
YUV114.18131.8585.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=17.24%
G=44.83%
B=37.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551431210.6200.150.4416544.4438.82
Hex378F793E0F2Ca52c27
Octal6721717176017542455447
Binary1101111000111111110011111100111110110010100101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378F79; }

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

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

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

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

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

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

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

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