#378D69

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

Shades of Viridian #378D69

Tints of Viridian #378D69

Color information

#378D69 (or 0x378D69) is unknown color: approx Viridian. HEX triplet: 37, 8D and 69. RGB value is (55,141,105). Sum of RGB (Red+Green+Blue) = 55+141+105=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #378D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D69 is #C87296. Grayscale: #6F6F6F. Windows color (decimal): -13136535 or 6917431. OLE color: 6917431.

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

Color convert

RGB55141105-
CMYK0.6100.260.45
HSL154.88º43.88%38.43%-
HSV(B)154.88º60.99%55.29%-
XYZ13.6520.8816.68-
YUV111.18124.5187.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=18.27%
G=46.84%
B=34.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411050.6100.260.45154.8843.8838.43
Hex378D693D01A2D9b2c26
Octal6721515175032552335446
Binary11011110001101110100111110101101010110110011011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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