#38E384

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

Shades of Shamrock #38E384

Tints of Shamrock #38E384

Color information

#38E384 (or 0x38E384) is unknown color: approx Shamrock. HEX triplet: 38, E3 and 84. RGB value is (56,227,132). Sum of RGB (Red+Green+Blue) = 56+227+132=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #38E384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E384 is #C71C7B. Grayscale: #A5A5A5. Windows color (decimal): -13048956 or 8708920. OLE color: 8708920.

HSL color Cylindrical-coordinate representation of color #38E384: hue angle of 146.67º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E384 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB56227132-
CMYK0.7500.420.11
HSL146.67º75.33%55.49%-
HSV(B)146.67º75.33%89.02%-
XYZ33.2657.4431.16-
YUV165.04109.3550.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.49%
GREEN value IS 227 (89.06% from 255) = 54.70%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=13.49%
G=54.70%
B=31.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562271320.7500.420.11146.6775.3355.49
Hex38E3844B02AB934b37
Octal703432041130521322311367
Binary1110001110001110000100100101101010101011100100111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,227,132); }

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

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

 a { background-color: rgb(56,227,132); }

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

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

 span { border-color: rgb(56,227,132); }

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