#388978

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

Shades of Viridian #388978

Tints of Viridian #388978

Color information

#388978 (or 0x388978) is unknown color: approx Viridian. HEX triplet: 38, 89 and 78. RGB value is (56,137,120). Sum of RGB (Red+Green+Blue) = 56+137+120=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #388978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388978 is #C77687. Grayscale: #6E6E6E. Windows color (decimal): -13072008 or 7899448. OLE color: 7899448.

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

Color convert

RGB56137120-
CMYK0.5900.120.46
HSL167.41º41.97%37.84%-
HSV(B)167.41º59.12%53.73%-
XYZ13.9720.0920.91-
YUV110.84133.1688.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=17.89%
G=43.77%
B=38.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371200.5900.120.46167.4141.9737.84
Hex3889783B0C2Ea72a26
Octal7021117073014562475246
Binary1110001000100111110001110110110010111010100111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388978; }

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

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

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

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

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

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

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

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