#378D79

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

Shades of Viridian #378D79

Tints of Viridian #378D79

Color information

#378D79 (or 0x378D79) is unknown color: approx Viridian. HEX triplet: 37, 8D and 79. RGB value is (55,141,121). Sum of RGB (Red+Green+Blue) = 55+141+121=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #378D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D79 is #C87286. Grayscale: #717171. Windows color (decimal): -13136519 or 7966007. OLE color: 7966007.

HSL color Cylindrical-coordinate representation of color #378D79: hue angle of 166.05º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D79 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB55141121-
CMYK0.6100.140.45
HSL166.05º43.88%38.43%-
HSV(B)166.05º60.99%55.29%-
XYZ14.5521.2421.42-
YUV113.01132.5186.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 141 (55.47% from 255) = 44.48%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=17.35%
G=44.48%
B=38.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411210.6100.140.45166.0543.8838.43
Hex378D793D0E2Da62c26
Octal6721517175016552465446
Binary1101111000110111110011111010111010110110100110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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