Html Css Color HEX #13CB46 Malachite

📋 copy color: '#13CB46'

red 19 ◦ green 203 ◦ blue 70

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

Shades of Malachite #13CB46

Tints of Malachite #13CB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 6.51%
G = 69.52%
B = 23.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#13CB46 (or 0x13CB46) is known color: Malachite. HEX triplet: 13, CB and 46. RGB value is (19,203,70). Sum of RGB (Red+Green+Blue) = 19+203+70=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 203 (79.69% from 255 or 69.52% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB46 is #EC34B9. Grayscale: #858585. Windows color (decimal): -15479994 or 4639507. OLE color: 4639507.

HSL color Cylindrical-coordinate representation of color #13CB46: hue angle of 136.63º 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 #13CB46 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 70 -
CMYK 0.91 0 0.66 0.20
HSL 136.63º 0.83% 0.44% -
HSV(B) 136.63º 0.91% 0.8% -
XYZ 22.73 43.29 12.95 -
YUV 132.82 92.54 46.81 -
System Red Green Blue C M Y K H S L
Decimal 19 203 70 0.91 0 0.66 0.20 136.63 0.83 0.44
Hex 13 CB 46 5B 0 42 14 89 53 2C
Octal 23 313 106 133 0 102 24 211 123 54
Binary 10011 11001011 1000110 1011011 0 1000010 10100 10001001 1010011 101100

Color Harmonies of #13CB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB46

Black with #13CB46

Text Example


Text Example

White with #13CB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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