#38D364

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

Shades of Emerald #38D364

Tints of Emerald #38D364

Color information

#38D364 (or 0x38D364) is unknown color: approx Emerald. HEX triplet: 38, D3 and 64. RGB value is (56,211,100). Sum of RGB (Red+Green+Blue) = 56+211+100=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 211 (82.81% from 255 or 57.49% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 211 - color contains mainly: green. Hex color #38D364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D364 is #C72C9B. Grayscale: #989898. Windows color (decimal): -13053084 or 6607672. OLE color: 6607672.

HSL color Cylindrical-coordinate representation of color #38D364: hue angle of 137.03º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D364 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB56211100-
CMYK0.7300.530.17
HSL137.03º63.79%52.35%-
HSV(B)137.03º73.46%82.75%-
XYZ27.2348.3519.95-
YUV15298.6559.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 211 (82.81% from 255) = 57.49%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=15.26%
G=57.49%
B=27.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal562111000.7300.530.17137.0363.7952.35
Hex38D3644903511894034
Octal703231441110652121110064
Binary1110001101001111001001001001011010110001100010011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,211,100); }

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

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

 a { background-color: rgb(56,211,100); }

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

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

 span { border-color: rgb(56,211,100); }

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