#378978

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

Shades of Viridian #378978

Tints of Viridian #378978

Color information

#378978 (or 0x378978) is unknown color: approx Viridian. HEX triplet: 37, 89 and 78. RGB value is (55,137,120). Sum of RGB (Red+Green+Blue) = 55+137+120=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #378978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378978 is #C87687. Grayscale: #6E6E6E. Windows color (decimal): -13137544 or 7899447. OLE color: 7899447.

HSL color Cylindrical-coordinate representation of color #378978: hue angle of 167.56º 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 #378978 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB55137120-
CMYK0.6000.120.46
HSL167.56º42.71%37.65%-
HSV(B)167.56º59.85%53.73%-
XYZ13.9120.0620.91-
YUV110.54133.3388.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=17.63%
G=43.91%
B=38.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551371200.6000.120.46167.5642.7137.65
Hex3789783C0C2Ea82b26
Octal6721117074014562505346
Binary1101111000100111110001111000110010111010101000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378978; }

 p { color: rgb(55,137,120); }

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

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

 a { background-color: rgb(55,137,120); }

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

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

 span { border-color: rgb(55,137,120); }

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