#38D588

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

Shades of Shamrock #38D588

Tints of Shamrock #38D588

Color information

#38D588 (or 0x38D588) is unknown color: approx Shamrock. HEX triplet: 38, D5 and 88. RGB value is (56,213,136). Sum of RGB (Red+Green+Blue) = 56+213+136=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #38D588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D588 is #C72A77. Grayscale: #9D9D9D. Windows color (decimal): -13052536 or 8967480. OLE color: 8967480.

HSL color Cylindrical-coordinate representation of color #38D588: hue angle of 150.57º 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 #38D588 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB56213136-
CMYK0.7400.360.16
HSL150.57º65.15%52.75%-
HSV(B)150.57º73.71%83.53%-
XYZ29.8750.2131.41-
YUV157.28115.9955.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.83%
GREEN value IS 213 (83.59% from 255) = 52.59%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=13.83%
G=52.59%
B=33.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562131360.7400.360.16150.5765.1552.75
Hex38D5884A02410974135
Octal703252101120442022710165
Binary11100011010101100010001001010010010010000100101111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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