#38E19D

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

Shades of Shamrock #38E19D

Tints of Shamrock #38E19D

Color information

#38E19D (or 0x38E19D) is unknown color: approx Shamrock. HEX triplet: 38, E1 and 9D. RGB value is (56,225,157). Sum of RGB (Red+Green+Blue) = 56+225+157=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #38E19D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E19D is #C71E62. Grayscale: #A6A6A6. Windows color (decimal): -13049443 or 10346808. OLE color: 10346808.

HSL color Cylindrical-coordinate representation of color #38E19D: hue angle of 155.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E19D is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB56225157-
CMYK0.7500.300.12
HSL155.86º73.8%55.1%-
HSV(B)155.86º75.11%88.24%-
XYZ34.6457.1341.1-
YUV166.72122.5149.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.79%
GREEN value IS 225 (88.28% from 255) = 51.37%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=12.79%
G=51.37%
B=35.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562251570.7500.300.12155.8673.855.1
Hex38E19D4B01EC9c4a37
Octal703412351130361423411267
Binary111000111000011001110110010110111101100100111001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,225,157); }

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

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

 a { background-color: rgb(56,225,157); }

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

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

 span { border-color: rgb(56,225,157); }

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