Html Css Color HEX #13CB52 Malachite

📋 copy color: '#13CB52'

red 19 ◦ green 203 ◦ blue 82

#13CB52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #13CB52

Tints of Malachite #13CB52

RGB

 RED value IS 19 (7.81% from 255) = 6.25%

 GREEN value IS 203 (79.69% from 255) = 66.78%

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 6.25%
G = 66.78%
B = 26.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#13CB52 (or 0x13CB52) is known color: Malachite. HEX triplet: 13, CB and 52. RGB value is (19,203,82). Sum of RGB (Red+Green+Blue) = 19+203+82=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 203 (79.69% from 255 or 66.78% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB52 is #EC34AD. Grayscale: #868686. Windows color (decimal): -15479982 or 5425939. OLE color: 5425939.

HSL color Cylindrical-coordinate representation of color #13CB52: hue angle of 140.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB52 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 82 -
CMYK 0.91 0 0.60 0.20
HSL 140.54º 0.83% 0.44% -
HSV(B) 140.54º 0.91% 0.8% -
XYZ 23.15 43.46 15.15 -
YUV 134.19 98.54 45.84 -
System Red Green Blue C M Y K H S L
Decimal 19 203 82 0.91 0 0.60 0.20 140.54 0.83 0.44
Hex 13 CB 52 5B 0 3C 14 8D 53 2C
Octal 23 313 122 133 0 74 24 215 123 54
Binary 10011 11001011 1010010 1011011 0 111100 10100 10001101 1010011 101100

Color Harmonies of #13CB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB52

Black with #13CB52

Text Example


Text Example

White with #13CB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,203,82); }

 H1.HeaderClassName
 {
   color: #13CB52;
 }
 .AnyTagClassName
 {
   color: #13CB52;
 }
</style>

background-color css

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

 a { background-color: rgb(19,203,82); }

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

border-color css

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

 span { border-color: rgb(19,203,82); }

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