#378D70

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

Shades of Viridian #378D70

Tints of Viridian #378D70

Color information

#378D70 (or 0x378D70) is unknown color: approx Viridian. HEX triplet: 37, 8D and 70. RGB value is (55,141,112). Sum of RGB (Red+Green+Blue) = 55+141+112=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #378D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D70 is #C8728F. Grayscale: #707070. Windows color (decimal): -13136528 or 7376183. OLE color: 7376183.

HSL color Cylindrical-coordinate representation of color #378D70: hue angle of 159.77º 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 #378D70 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB55141112-
CMYK0.6100.210.45
HSL159.77º43.88%38.43%-
HSV(B)159.77º60.99%55.29%-
XYZ14.0321.0318.65-
YUV111.98128.0187.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=17.86%
G=45.78%
B=36.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411120.6100.210.45159.7743.8838.43
Hex378D703D0152Da02c26
Octal6721516075025552405446
Binary11011110001101111000011110101010110110110100000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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