#378A6A

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

Shades of Viridian #378A6A

Tints of Viridian #378A6A

Color information

#378A6A (or 0x378A6A) is unknown color: approx Viridian. HEX triplet: 37, 8A and 6A. RGB value is (55,138,106). Sum of RGB (Red+Green+Blue) = 55+138+106=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #378A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A6A is #C87595. Grayscale: #6D6D6D. Windows color (decimal): -13137302 or 6982199. OLE color: 6982199.

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

Color convert

RGB55138106-
CMYK0.6000.230.46
HSL156.87º43.01%37.84%-
HSV(B)156.87º60.14%54.12%-
XYZ13.2720.0316.8-
YUV109.5412689.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=18.39%
G=46.15%
B=35.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551381060.6000.230.46156.8743.0137.84
Hex378A6A3C0172E9d2b26
Octal6721215274027562355346
Binary11011110001010110101011110001011110111010011101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,138,106); }

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

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

 a { background-color: rgb(55,138,106); }

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

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

 span { border-color: rgb(55,138,106); }

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