#38D585

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

Shades of Shamrock #38D585

Tints of Shamrock #38D585

Color information

#38D585 (or 0x38D585) is unknown color: approx Shamrock. HEX triplet: 38, D5 and 85. RGB value is (56,213,133). Sum of RGB (Red+Green+Blue) = 56+213+133=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #38D585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D585 is #C72A7A. Grayscale: #9D9D9D. Windows color (decimal): -13052539 or 8770872. OLE color: 8770872.

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

Color convert

RGB56213133-
CMYK0.7400.380.16
HSL149.43º65.15%52.75%-
HSV(B)149.43º73.71%83.53%-
XYZ29.6650.1230.3-
YUV156.94114.4956-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.93%
GREEN value IS 213 (83.59% from 255) = 52.99%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=13.93%
G=52.99%
B=33.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal562131330.7400.380.16149.4365.1552.75
Hex38D5854A02610954135
Octal703252051120462022510165
Binary11100011010101100001011001010010011010000100101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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