#38D18E

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

Shades of Shamrock #38D18E

Tints of Shamrock #38D18E

Color information

#38D18E (or 0x38D18E) is unknown color: approx Shamrock. HEX triplet: 38, D1 and 8E. RGB value is (56,209,142). Sum of RGB (Red+Green+Blue) = 56+209+142=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #38D18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D18E is #C72E71. Grayscale: #9B9B9B. Windows color (decimal): -13053554 or 9359672. OLE color: 9359672.

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

Color convert

RGB56209142-
CMYK0.7300.320.18
HSL153.73º62.45%51.96%-
HSV(B)153.73º73.21%81.96%-
XYZ29.3148.3933.39-
YUV155.61120.3156.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.76%
GREEN value IS 209 (82.03% from 255) = 51.35%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=13.76%
G=51.35%
B=34.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562091420.7300.320.18153.7362.4551.96
Hex38D18E49020129a3e34
Octal70321216111040222327664
Binary1110001101000110001110100100101000001001010011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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