#378D73

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

Shades of Viridian #378D73

Tints of Viridian #378D73

Color information

#378D73 (or 0x378D73) is unknown color: approx Viridian. HEX triplet: 37, 8D and 73. RGB value is (55,141,115). Sum of RGB (Red+Green+Blue) = 55+141+115=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #378D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D73 is #C8728C. Grayscale: #707070. Windows color (decimal): -13136525 or 7572791. OLE color: 7572791.

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

Color convert

RGB55141115-
CMYK0.6100.180.45
HSL161.86º43.88%38.43%-
HSV(B)161.86º60.99%55.29%-
XYZ14.1921.119.54-
YUV112.32129.5187.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=17.68%
G=45.34%
B=36.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411150.6100.180.45161.8643.8838.43
Hex378D733D0122Da22c26
Octal6721516375022552425446
Binary11011110001101111001111110101001010110110100010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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