#378666

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

Shades of Viridian #378666

Tints of Viridian #378666

Color information

#378666 (or 0x378666) is unknown color: approx Viridian. HEX triplet: 37, 86 and 66. RGB value is (55,134,102). Sum of RGB (Red+Green+Blue) = 55+134+102=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #378666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378666 is #C87999. Grayscale: #6A6A6A. Windows color (decimal): -13138330 or 6719031. OLE color: 6719031.

HSL color Cylindrical-coordinate representation of color #378666: hue angle of 155.7º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378666 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB55134102-
CMYK0.5900.240.47
HSL155.7º41.8%37.06%-
HSV(B)155.7º58.96%52.55%-
XYZ12.518.8215.54-
YUV106.73125.3391.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=18.90%
G=46.05%
B=35.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341020.5900.240.47155.741.837.06
Hex3786663B0182F9c2a25
Octal6720614673030572345245
Binary11011110000110110011011101101100010111110011100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378666; }

 p { color: rgb(55,134,102); }

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

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

 a { background-color: rgb(55,134,102); }

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

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

 span { border-color: rgb(55,134,102); }

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