Html Css Color HEX #13AA37 Dark Pastel Green

📋 copy color: '#13AA37'

red 19 ◦ green 170 ◦ blue 55

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

Shades of Dark Pastel Green #13AA37

Tints of Dark Pastel Green #13AA37

RGB

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

 GREEN value IS 170 (66.8% from 255) = 69.67%

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 7.79%
G = 69.67%
B = 22.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#13AA37 (or 0x13AA37) is known color: Dark Pastel Green. HEX triplet: 13, AA and 37. RGB value is (19,170,55). Sum of RGB (Red+Green+Blue) = 19+170+55=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 170 (66.80% from 255 or 69.67% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA37 is #EC55C8. Grayscale: #707070. Windows color (decimal): -15488457 or 3648019. OLE color: 3648019.

HSL color Cylindrical-coordinate representation of color #13AA37: hue angle of 134.3º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA37 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 55 -
CMYK 0.89 0 0.68 0.33
HSL 134.3º 0.8% 0.37% -
HSV(B) 134.3º 0.89% 0.67% -
XYZ 15.33 29.16 8.44 -
YUV 111.74 95.97 61.85 -
System Red Green Blue C M Y K H S L
Decimal 19 170 55 0.89 0 0.68 0.33 134.3 0.8 0.37
Hex 13 AA 37 59 0 44 21 86 50 25
Octal 23 252 67 131 0 104 41 206 120 45
Binary 10011 10101010 110111 1011001 0 1000100 100001 10000110 1010000 100101

Color Harmonies of #13AA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA37

Black with #13AA37

Text Example


Text Example

White with #13AA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,170,55); }

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

background-color css

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

 a { background-color: rgb(19,170,55); }

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

border-color css

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

 span { border-color: rgb(19,170,55); }

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