#13E236

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

Shades of Malachite #13E236

Tints of Malachite #13E236

Color information

#13E236 (or 0x13E236) is unknown color: approx Malachite. HEX triplet: 13, E2 and 36. RGB value is (19,226,54). Sum of RGB (Red+Green+Blue) = 19+226+54=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 226 (88.67% from 255 or 75.59% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 226 - color contains mainly: green. Hex color #13E236 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E236 is #EC1DC9. Grayscale: #909090. Windows color (decimal): -15474122 or 3596819. OLE color: 3596819.

HSL color Cylindrical-coordinate representation of color #13E236: hue angle of 130.14º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E236 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB1922654-
CMYK0.9200.760.11
HSL130.14º84.49%48.04%-
HSV(B)130.14º91.59%88.63%-
XYZ28.1354.812.58-
YUV144.576.9238.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.35%
GREEN value IS 226 (88.67% from 255) = 75.59%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=6.35%
G=75.59%
B=18.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19226540.9200.760.11130.1484.4948.04
Hex13E2365C04CB825430
Octal233426613401141320212460
Binary10011111000101101101011100010011001011100000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,226,54); }

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

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

 a { background-color: rgb(19,226,54); }

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

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

 span { border-color: rgb(19,226,54); }

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