#388D6F

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

Shades of Viridian #388D6F

Tints of Viridian #388D6F

Color information

#388D6F (or 0x388D6F) is unknown color: approx Viridian. HEX triplet: 38, 8D and 6F. RGB value is (56,141,111). Sum of RGB (Red+Green+Blue) = 56+141+111=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #388D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D6F is #C77290. Grayscale: #707070. Windows color (decimal): -13070993 or 7310648. OLE color: 7310648.

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

Color convert

RGB56141111-
CMYK0.6000.210.45
HSL158.82º43.15%38.63%-
HSV(B)158.82º60.28%55.29%-
XYZ14.0321.0418.36-
YUV112.16127.3487.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=18.18%
G=45.78%
B=36.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561411110.6000.210.45158.8243.1538.63
Hex388D6F3C0152D9f2b27
Octal7021515774025552375347
Binary11100010001101110111111110001010110110110011111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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