#378878

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

Shades of Viridian #378878

Tints of Viridian #378878

Color information

#378878 (or 0x378878) is unknown color: approx Viridian. HEX triplet: 37, 88 and 78. RGB value is (55,136,120). Sum of RGB (Red+Green+Blue) = 55+136+120=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #378878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378878 is #C87787. Grayscale: #6D6D6D. Windows color (decimal): -13137800 or 7899191. OLE color: 7899191.

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

Color convert

RGB55136120-
CMYK0.6000.120.47
HSL168.15º42.41%37.45%-
HSV(B)168.15º59.56%53.33%-
XYZ13.7719.7820.86-
YUV109.96133.6688.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=17.68%
G=43.73%
B=38.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361200.6000.120.47168.1542.4137.45
Hex3788783C0C2Fa82a25
Octal6721017074014572505245
Binary1101111000100011110001111000110010111110101000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378878; }

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

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

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

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

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

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

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

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