#13C834

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

Shades of Dark Pastel Green #13C834

Tints of Dark Pastel Green #13C834

Color information

#13C834 (or 0x13C834) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C8 and 34. RGB value is (19,200,52). Sum of RGB (Red+Green+Blue) = 19+200+52=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 200 (78.52% from 255 or 73.80% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 200 - color contains mainly: green. Hex color #13C834 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C834 is #EC37CB. Grayscale: #818181. Windows color (decimal): -15480780 or 3459091. OLE color: 3459091.

HSL color Cylindrical-coordinate representation of color #13C834: hue angle of 130.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C834 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1920052-
CMYK0.9000.740.22
HSL130.94º82.65%42.94%-
HSV(B)130.94º90.5%78.43%-
XYZ21.5441.6910.16-
YUV129.0184.5349.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 200 (78.52% from 255) = 73.80%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=7.01%
G=73.80%
B=19.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19200520.9000.740.22130.9482.6542.94
Hex13C8345A04A1683532b
Octal233106413201122620312353
Binary100111100100011010010110100100101010110100000111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,200,52); }

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

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

 a { background-color: rgb(19,200,52); }

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

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

 span { border-color: rgb(19,200,52); }

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