#378B6C

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

Shades of Viridian #378B6C

Tints of Viridian #378B6C

Color information

#378B6C (or 0x378B6C) is unknown color: approx Viridian. HEX triplet: 37, 8B and 6C. RGB value is (55,139,108). Sum of RGB (Red+Green+Blue) = 55+139+108=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #378B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B6C is #C87493. Grayscale: #6E6E6E. Windows color (decimal): -13137044 or 7113527. OLE color: 7113527.

HSL color Cylindrical-coordinate representation of color #378B6C: hue angle of 157.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B6C is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB55139108-
CMYK0.6000.220.45
HSL157.86º43.3%38.04%-
HSV(B)157.86º60.43%54.51%-
XYZ13.5120.3617.4-
YUV110.35126.6788.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=18.21%
G=46.03%
B=35.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551391080.6000.220.45157.8643.338.04
Hex378B6C3C0162D9e2b26
Octal6721315474026552365346
Binary11011110001011110110011110001011010110110011110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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