#378D6C

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

Shades of Viridian #378D6C

Tints of Viridian #378D6C

Color information

#378D6C (or 0x378D6C) is unknown color: approx Viridian. HEX triplet: 37, 8D and 6C. RGB value is (55,141,108). Sum of RGB (Red+Green+Blue) = 55+141+108=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #378D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D6C is #C87293. Grayscale: #6F6F6F. Windows color (decimal): -13136532 or 7114039. OLE color: 7114039.

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

Color convert

RGB55141108-
CMYK0.6100.230.45
HSL156.98º43.88%38.43%-
HSV(B)156.98º60.99%55.29%-
XYZ13.8120.9417.5-
YUV111.52126.0187.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=18.09%
G=46.38%
B=35.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411080.6100.230.45156.9843.8838.43
Hex378D6C3D0172D9d2c26
Octal6721515475027552355446
Binary11011110001101110110011110101011110110110011101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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