#388A76

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

Shades of Viridian #388A76

Tints of Viridian #388A76

Color information

#388A76 (or 0x388A76) is unknown color: approx Viridian. HEX triplet: 38, 8A and 76. RGB value is (56,138,118). Sum of RGB (Red+Green+Blue) = 56+138+118=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #388A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A76 is #C77589. Grayscale: #6F6F6F. Windows color (decimal): -13071754 or 7768632. OLE color: 7768632.

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

Color convert

RGB56138118-
CMYK0.5900.140.46
HSL165.37º42.27%38.04%-
HSV(B)165.37º59.42%54.12%-
XYZ13.9920.3320.33-
YUV111.2131.8388.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=17.95%
G=44.23%
B=37.82%

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
Decimal561381180.5900.140.46165.3742.2738.04
Hex388A763B0E2Ea52a26
Octal7021216673016562455246
Binary1110001000101011101101110110111010111010100101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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