#388F6D

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

Shades of Viridian #388F6D

Tints of Viridian #388F6D

Color information

#388F6D (or 0x388F6D) is unknown color: approx Viridian. HEX triplet: 38, 8F and 6D. RGB value is (56,143,109). Sum of RGB (Red+Green+Blue) = 56+143+109=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #388F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F6D is #C77092. Grayscale: #717171. Windows color (decimal): -13070483 or 7180088. OLE color: 7180088.

HSL color Cylindrical-coordinate representation of color #388F6D: hue angle of 156.55º degrees, saturation: 0.44, 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 #388F6D is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB56143109-
CMYK0.6100.240.44
HSL156.55º43.72%39.02%-
HSV(B)156.55º60.84%56.08%-
XYZ14.2121.5917.89-
YUV113.11125.6887.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=18.18%
G=46.43%
B=35.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561431090.6100.240.44156.5543.7239.02
Hex388F6D3D0182C9d2c27
Octal7021715575030542355447
Binary11100010001111110110111110101100010110010011101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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