Html Css Color HEX #13C532 Dark Pastel Green

📋 copy color: '#13C532'

red 19 ◦ green 197 ◦ blue 50

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

Shades of Dark Pastel Green #13C532

Tints of Dark Pastel Green #13C532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.06%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 7.14%
G = 74.06%
B = 18.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#13C532 (or 0x13C532) is known color: Dark Pastel Green. HEX triplet: 13, C5 and 32. RGB value is (19,197,50). Sum of RGB (Red+Green+Blue) = 19+197+50=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #13C532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C532 is #EC3ACD. Grayscale: #7F7F7F. Windows color (decimal): -15481550 or 3327251. OLE color: 3327251.

HSL color Cylindrical-coordinate representation of color #13C532: hue angle of 130.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C532 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 197 50 -
CMYK 0.90 0 0.75 0.23
HSL 130.45º 0.82% 0.42% -
HSV(B) 130.45º 0.9% 0.77% -
XYZ 20.81 40.3 9.7 -
YUV 127.02 84.53 50.95 -
System Red Green Blue C M Y K H S L
Decimal 19 197 50 0.90 0 0.75 0.23 130.45 0.82 0.42
Hex 13 C5 32 5A 0 4B 17 82 52 2A
Octal 23 305 62 132 0 113 27 202 122 52
Binary 10011 11000101 110010 1011010 0 1001011 10111 10000010 1010010 101010

Color Harmonies of #13C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C532

Black with #13C532

Text Example


Text Example

White with #13C532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,197,50); }

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

background-color css

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

 a { background-color: rgb(19,197,50); }

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

border-color css

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

 span { border-color: rgb(19,197,50); }

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