#388D76

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

Shades of Viridian #388D76

Tints of Viridian #388D76

Color information

#388D76 (or 0x388D76) is unknown color: approx Viridian. HEX triplet: 38, 8D and 76. RGB value is (56,141,118). Sum of RGB (Red+Green+Blue) = 56+141+118=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #388D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D76 is #C77289. Grayscale: #707070. Windows color (decimal): -13070986 or 7769400. OLE color: 7769400.

HSL color Cylindrical-coordinate representation of color #388D76: hue angle of 163.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388D76 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB56141118-
CMYK0.6000.160.45
HSL163.76º43.15%38.63%-
HSV(B)163.76º60.28%55.29%-
XYZ14.4321.220.47-
YUV112.96130.8487.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=17.78%
G=44.76%
B=37.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561411180.6000.160.45163.7643.1538.63
Hex388D763C0102Da42b27
Octal7021516674020552445347
Binary11100010001101111011011110001000010110110100100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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