#388e6d

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

Shades of Viridian #388E6D

Tints of Viridian #388E6D

Color information

#388E6D (or 0x388E6D) is unknown color: approx Viridian. HEX triplet: 38, 8E and 6D. RGB value is (56,142,109). Sum of RGB (Red+Green+Blue) = 56+142+109=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #388E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388E6D is #C77192. Grayscale: #707070. Windows color (decimal): -13070739 or 7179832. OLE color: 7179832.

HSL color Cylindrical-coordinate representation of color #388E6D: hue angle of 156.98º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388E6D is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB56142109-
CMYK0.6100.230.44
HSL156.98º43.43%38.82%-
HSV(B)156.98º60.56%55.69%-
XYZ14.0621.2917.84-
YUV112.52126.0187.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=18.24%
G=46.25%
B=35.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561421090.6100.230.44156.9843.4338.82
Hex388E6D3D0172C9d2b27
Octal7021615575027542355347
Binary11100010001110110110111110101011110110010011101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,142,109); }

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

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

 a { background-color: rgb(56,142,109); }

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

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

 span { border-color: rgb(56,142,109); }

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