#13B54A

Color #13B54A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #13B54A

Tints of Dark Pastel Green #13B54A

Color information

#13B54A (or 0x13B54A) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B5 and 4A. RGB value is (19,181,74). Sum of RGB (Red+Green+Blue) = 19+181+74=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 181 (71.09% from 255 or 66.06% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 181 - color contains mainly: green. Hex color #13B54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B54A is #EC4AB5. Grayscale: #787878. Windows color (decimal): -15485622 or 4896019. OLE color: 4896019.

HSL color Cylindrical-coordinate representation of color #13B54A: hue angle of 140.37º 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 #13B54A is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1918174-
CMYK0.9000.590.29
HSL140.37º81%39.22%-
HSV(B)140.37º89.5%70.98%-
XYZ18.0333.6812.03-
YUV120.36101.8355.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 181 (71.09% from 255) = 66.06%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=6.93%
G=66.06%
B=27.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19181740.9000.590.29140.378139.22
Hex13B54A5A03B1D8c5127
Octal232651121320733521412147
Binary100111011010110010101011010011101111101100011001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13B54A;
 }
 .AnyTagClassName
 {
   color: #13B54A;
 }
</style>
background-color css

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

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

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

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

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

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