#378466

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

Shades of Viridian #378466

Tints of Viridian #378466

Color information

#378466 (or 0x378466) is unknown color: approx Viridian. HEX triplet: 37, 84 and 66. RGB value is (55,132,102). Sum of RGB (Red+Green+Blue) = 55+132+102=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #378466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378466 is #C87B99. Grayscale: #696969. Windows color (decimal): -13138842 or 6718519. OLE color: 6718519.

HSL color Cylindrical-coordinate representation of color #378466: hue angle of 156.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378466 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB55132102-
CMYK0.5800.230.48
HSL156.62º41.18%36.67%-
HSV(B)156.62º58.33%51.76%-
XYZ12.2318.2715.45-
YUV105.56125.9991.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=19.03%
G=45.67%
B=35.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321020.5800.230.48156.6241.1836.67
Hex3784663A017309d2925
Octal6720414672027602355145
Binary11011110000100110011011101001011111000010011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378466; }

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

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

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

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

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

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

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

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