#388976

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

Shades of Viridian #388976

Tints of Viridian #388976

Color information

#388976 (or 0x388976) is unknown color: approx Viridian. HEX triplet: 38, 89 and 76. RGB value is (56,137,118). Sum of RGB (Red+Green+Blue) = 56+137+118=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #388976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388976 is #C77689. Grayscale: #6E6E6E. Windows color (decimal): -13072010 or 7768376. OLE color: 7768376.

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

Color convert

RGB56137118-
CMYK0.5900.140.46
HSL165.93º41.97%37.84%-
HSV(B)165.93º59.12%53.73%-
XYZ13.8520.0420.28-
YUV110.62132.1689.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=18.01%
G=44.05%
B=37.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371180.5900.140.46165.9341.9737.84
Hex3889763B0E2Ea62a26
Octal7021116673016562465246
Binary1110001000100111101101110110111010111010100110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388976; }

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

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

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

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

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

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

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

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