#388A78

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

Shades of Viridian #388A78

Tints of Viridian #388A78

Color information

#388A78 (or 0x388A78) is unknown color: approx Viridian. HEX triplet: 38, 8A and 78. RGB value is (56,138,120). Sum of RGB (Red+Green+Blue) = 56+138+120=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #388A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A78 is #C77587. Grayscale: #6F6F6F. Windows color (decimal): -13071752 or 7899704. OLE color: 7899704.

HSL color Cylindrical-coordinate representation of color #388A78: hue angle of 166.83º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A78 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB56138120-
CMYK0.5900.130.46
HSL166.83º42.27%38.04%-
HSV(B)166.83º59.42%54.12%-
XYZ14.1120.3720.96-
YUV111.43132.8388.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=17.83%
G=43.95%
B=38.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561381200.5900.130.46166.8342.2738.04
Hex388A783B0D2Ea72a26
Octal7021217073015562475246
Binary1110001000101011110001110110110110111010100111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388A78; }

 p { color: rgb(56,138,120); }

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

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

 a { background-color: rgb(56,138,120); }

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

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

 span { border-color: rgb(56,138,120); }

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