#13BD4C

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

Shades of Dark Pastel Green #13BD4C

Tints of Dark Pastel Green #13BD4C

Color information

#13BD4C (or 0x13BD4C) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BD and 4C. RGB value is (19,189,76). Sum of RGB (Red+Green+Blue) = 19+189+76=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 189 (74.22% from 255 or 66.55% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BD4C is #EC42B3. Grayscale: #7D7D7D. Windows color (decimal): -15483572 or 5029139. OLE color: 5029139.

HSL color Cylindrical-coordinate representation of color #13BD4C: hue angle of 140.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD4C is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1918976-
CMYK0.9000.600.26
HSL140.12º81.73%40.78%-
HSV(B)140.12º89.95%74.12%-
XYZ19.7737.0612.95-
YUV125.29100.1852.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 189 (74.22% from 255) = 66.55%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=6.69%
G=66.55%
B=26.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19189760.9000.600.26140.1281.7340.78
Hex13BD4C5A03C1A8c5229
Octal232751141320743221412251
Binary100111011110110011001011010011110011010100011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,189,76); }

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

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

 a { background-color: rgb(19,189,76); }

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

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

 span { border-color: rgb(19,189,76); }

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