Html Css Color HEX #13B53C Dark Pastel Green

📋 copy color: '#13B53C'

red 19 ◦ green 181 ◦ blue 60

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

Shades of Dark Pastel Green #13B53C

Tints of Dark Pastel Green #13B53C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.62%

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 7.31%
G = 69.62%
B = 23.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#13B53C (or 0x13B53C) is known color: Dark Pastel Green. HEX triplet: 13, B5 and 3C. RGB value is (19,181,60). Sum of RGB (Red+Green+Blue) = 19+181+60=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 181 (71.09% from 255 or 69.62% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 181 - color contains mainly: green. Hex color #13B53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B53C is #EC4AC3. Grayscale: #777777. Windows color (decimal): -15485636 or 3978515. OLE color: 3978515.

HSL color Cylindrical-coordinate representation of color #13B53C: hue angle of 135.19º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B53C is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 181 60 -
CMYK 0.90 0 0.67 0.29
HSL 135.19º 0.81% 0.39% -
HSV(B) 135.19º 0.9% 0.71% -
XYZ 17.61 33.51 9.82 -
YUV 118.77 94.83 56.84 -
System Red Green Blue C M Y K H S L
Decimal 19 181 60 0.90 0 0.67 0.29 135.19 0.81 0.39
Hex 13 B5 3C 5A 0 43 1D 87 51 27
Octal 23 265 74 132 0 103 35 207 121 47
Binary 10011 10110101 111100 1011010 0 1000011 11101 10000111 1010001 100111

Color Harmonies of #13B53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B53C

Black with #13B53C

Text Example


Text Example

White with #13B53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,181,60); }

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

background-color css

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

 a { background-color: rgb(19,181,60); }

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

border-color css

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

 span { border-color: rgb(19,181,60); }

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