#38D170

Color #38D170 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #38D170

Tints of Emerald #38D170

Color information

#38D170 (or 0x38D170) is unknown color: approx Emerald. HEX triplet: 38, D1 and 70. RGB value is (56,209,112). Sum of RGB (Red+Green+Blue) = 56+209+112=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #38D170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D170 is #C72E8F. Grayscale: #989898. Windows color (decimal): -13053584 or 7393592. OLE color: 7393592.

HSL color Cylindrical-coordinate representation of color #38D170: hue angle of 141.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D170 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB56209112-
CMYK0.7300.460.18
HSL141.96º62.45%51.96%-
HSV(B)141.96º73.21%81.96%-
XYZ27.3647.6123.08-
YUV152.2105.3159.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 209 (82.03% from 255) = 55.44%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=14.85%
G=55.44%
B=29.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562091120.7300.460.18141.9662.4551.96
Hex38D1704902E128e3e34
Octal70321160111056222167664
Binary111000110100011110000100100101011101001010001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38D170; }

 p { color: rgb(56,209,112); }

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

<style>
 a { background-color: #38D170; }

 a { background-color: rgb(56,209,112); }

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

<style>
 span { border-color: #38D170; }

 span { border-color: rgb(56,209,112); }

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