#388D6C

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

Shades of Viridian #388D6C

Tints of Viridian #388D6C

Color information

#388D6C (or 0x388D6C) is unknown color: approx Viridian. HEX triplet: 38, 8D and 6C. RGB value is (56,141,108). Sum of RGB (Red+Green+Blue) = 56+141+108=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #388D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D6C is #C77293. Grayscale: #6F6F6F. Windows color (decimal): -13070996 or 7114040. OLE color: 7114040.

HSL color Cylindrical-coordinate representation of color #388D6C: hue angle of 156.71º 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 #388D6C is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB56141108-
CMYK0.6000.230.45
HSL156.71º43.15%38.63%-
HSV(B)156.71º60.28%55.29%-
XYZ13.8620.9717.5-
YUV111.82125.8488.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=18.36%
G=46.23%
B=35.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561411080.6000.230.45156.7143.1538.63
Hex388D6C3C0172D9d2b27
Octal7021515474027552355347
Binary11100010001101110110011110001011110110110011101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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