Html Css Color HEX #13C137 Dark Pastel Green

📋 copy color: '#13C137'

red 19 ◦ green 193 ◦ blue 55

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

Shades of Dark Pastel Green #13C137

Tints of Dark Pastel Green #13C137

RGB

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

 GREEN value IS 193 (75.78% from 255) = 72.28%

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

R = 7.12%
G = 72.28%
B = 20.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#13C137 (or 0x13C137) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 37. RGB value is (19,193,55). Sum of RGB (Red+Green+Blue) = 19+193+55=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 193 (75.78% from 255 or 72.28% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 193 - color contains mainly: green. Hex color #13C137 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C137 is #EC3EC8. Grayscale: #7D7D7D. Windows color (decimal): -15482569 or 3653907. OLE color: 3653907.

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

Color convert

RGB 19 193 55 -
CMYK 0.90 0 0.72 0.24
HSL 132.41º 0.82% 0.42% -
HSV(B) 132.41º 0.9% 0.76% -
XYZ 20.03 38.55 10 -
YUV 125.24 88.35 52.22 -
System Red Green Blue C M Y K H S L
Decimal 19 193 55 0.90 0 0.72 0.24 132.41 0.82 0.42
Hex 13 C1 37 5A 0 48 18 84 52 2A
Octal 23 301 67 132 0 110 30 204 122 52
Binary 10011 11000001 110111 1011010 0 1001000 11000 10000100 1010010 101010

Color Harmonies of #13C137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C137

Black with #13C137

Text Example


Text Example

White with #13C137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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