#13BC39

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

Shades of Dark Pastel Green #13BC39

Tints of Dark Pastel Green #13BC39

Color information

#13BC39 (or 0x13BC39) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BC and 39. RGB value is (19,188,57). Sum of RGB (Red+Green+Blue) = 19+188+57=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC39 is #EC43C6. Grayscale: #7A7A7A. Windows color (decimal): -15483847 or 3783699. OLE color: 3783699.

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

Color convert

RGB1918857-
CMYK0.9000.700.26
HSL133.49º81.64%40.59%-
HSV(B)133.49º89.89%73.73%-
XYZ18.9936.49.9-
YUV122.5491.0154.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.20%
GREEN value IS 188 (73.83% from 255) = 71.21%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=7.20%
G=71.21%
B=21.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19188570.9000.700.26133.4981.6440.59
Hex13BC395A0461A855229
Octal232747113201063220512251
Binary100111011110011100110110100100011011010100001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,188,57); }

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

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

 a { background-color: rgb(19,188,57); }

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

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

 span { border-color: rgb(19,188,57); }

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