#38D27C

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

Shades of Emerald #38D27C

Tints of Emerald #38D27C

Color information

#38D27C (or 0x38D27C) is unknown color: approx Emerald. HEX triplet: 38, D2 and 7C. RGB value is (56,210,124). Sum of RGB (Red+Green+Blue) = 56+210+124=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #38D27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D27C is #C72D83. Grayscale: #9A9A9A. Windows color (decimal): -13053316 or 8180280. OLE color: 8180280.

HSL color Cylindrical-coordinate representation of color #38D27C: hue angle of 146.49º degrees, saturation: 0.63, 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 #38D27C is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB56210124-
CMYK0.7300.410.18
HSL146.49º63.11%52.16%-
HSV(B)146.49º73.33%82.35%-
XYZ28.3248.3926.92-
YUV154.15110.9857.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.36%
GREEN value IS 210 (82.42% from 255) = 53.85%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=14.36%
G=53.85%
B=31.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562101240.7300.410.18146.4963.1152.16
Hex38D27C4902912923f34
Octal70322174111051222227764
Binary111000110100101111100100100101010011001010010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,210,124); }

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

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

 a { background-color: rgb(56,210,124); }

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

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

 span { border-color: rgb(56,210,124); }

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