#38D586

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

Shades of Shamrock #38D586

Tints of Shamrock #38D586

Color information

#38D586 (or 0x38D586) is unknown color: approx Shamrock. HEX triplet: 38, D5 and 86. RGB value is (56,213,134). Sum of RGB (Red+Green+Blue) = 56+213+134=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #38D586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D586 is #C72A79. Grayscale: #9D9D9D. Windows color (decimal): -13052538 or 8836408. OLE color: 8836408.

HSL color Cylindrical-coordinate representation of color #38D586: hue angle of 149.81º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D586 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB56213134-
CMYK0.7400.370.16
HSL149.81º65.15%52.75%-
HSV(B)149.81º73.71%83.53%-
XYZ29.7350.1530.67-
YUV157.05114.9955.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.90%
GREEN value IS 213 (83.59% from 255) = 52.85%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=13.90%
G=52.85%
B=33.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562131340.7400.370.16149.8165.1552.75
Hex38D5864A02510964135
Octal703252061120452022610165
Binary11100011010101100001101001010010010110000100101101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,213,134); }

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

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

 a { background-color: rgb(56,213,134); }

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

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

 span { border-color: rgb(56,213,134); }

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