#388D6D

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

Shades of Viridian #388D6D

Tints of Viridian #388D6D

Color information

#388D6D (or 0x388D6D) is unknown color: approx Viridian. HEX triplet: 38, 8D and 6D. RGB value is (56,141,109). Sum of RGB (Red+Green+Blue) = 56+141+109=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #388D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D6D is #C77292. Grayscale: #6F6F6F. Windows color (decimal): -13070995 or 7179576. OLE color: 7179576.

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

Color convert

RGB56141109-
CMYK0.6000.230.45
HSL157.41º43.15%38.63%-
HSV(B)157.41º60.28%55.29%-
XYZ13.9220.9917.79-
YUV111.94126.3488.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 141 (55.47% from 255) = 46.08%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=18.30%
G=46.08%
B=35.62%

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
Decimal561411090.6000.230.45157.4143.1538.63
Hex388D6D3C0172D9d2b27
Octal7021515574027552355347
Binary11100010001101110110111110001011110110110011101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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