#378778

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

Shades of Viridian #378778

Tints of Viridian #378778

Color information

#378778 (or 0x378778) is unknown color: approx Viridian. HEX triplet: 37, 87 and 78. RGB value is (55,135,120). Sum of RGB (Red+Green+Blue) = 55+135+120=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #378778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378778 is #C87887. Grayscale: #6D6D6D. Windows color (decimal): -13138056 or 7898935. OLE color: 7898935.

HSL color Cylindrical-coordinate representation of color #378778: hue angle of 168.75º 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 #378778 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB55135120-
CMYK0.5900.110.47
HSL168.75º42.11%37.25%-
HSV(B)168.75º59.26%52.94%-
XYZ13.6319.520.81-
YUV109.3713489.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=17.74%
G=43.55%
B=38.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551351200.5900.110.47168.7542.1137.25
Hex3787783B0B2Fa92a25
Octal6720717073013572515245
Binary1101111000011111110001110110101110111110101001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378778; }

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

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

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

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

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

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

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

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