#13EA38

Color #13EA38 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #13EA38

Tints of Malachite #13EA38

Color information

#13EA38 (or 0x13EA38) is unknown color: approx Malachite. HEX triplet: 13, EA and 38. RGB value is (19,234,56). Sum of RGB (Red+Green+Blue) = 19+234+56=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 234 (91.80% from 255 or 75.73% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA38 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EA38 is #EC15C7. Grayscale: #959595. Windows color (decimal): -15472072 or 3729939. OLE color: 3729939.

HSL color Cylindrical-coordinate representation of color #13EA38: hue angle of 130.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA38 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB1923456-
CMYK0.9200.760.08
HSL130.33º84.98%49.61%-
HSV(B)130.33º91.88%91.76%-
XYZ30.4159.2713.58-
YUV149.4275.2734.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 234 (91.80% from 255) = 75.73%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=6.15%
G=75.73%
B=18.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19234560.9200.760.08130.3384.9849.61
Hex13EA385C04C8825532
Octal233527013401141020212562
Binary10011111010101110001011100010011001000100000101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13EA38; }

 p { color: rgb(19,234,56); }

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

<style>
 a { background-color: #13EA38; }

 a { background-color: rgb(19,234,56); }

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

<style>
 span { border-color: #13EA38; }

 span { border-color: rgb(19,234,56); }

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