#13B652

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

Shades of Pigment Green #13B652

Tints of Pigment Green #13B652

Color information

#13B652 (or 0x13B652) is unknown color: approx Pigment Green. HEX triplet: 13, B6 and 52. RGB value is (19,182,82). Sum of RGB (Red+Green+Blue) = 19+182+82=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #13B652 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B652 is #EC49AD. Grayscale: #7A7A7A. Windows color (decimal): -15485358 or 5420563. OLE color: 5420563.

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

Color convert

RGB1918282-
CMYK0.9000.550.29
HSL143.19º81.09%39.41%-
HSV(B)143.19º89.56%71.37%-
XYZ18.5234.213.61-
YUV121.86105.554.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.71%
GREEN value IS 182 (71.48% from 255) = 64.31%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=6.71%
G=64.31%
B=28.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19182820.9000.550.29143.1981.0939.41
Hex13B6525A0371D8f5127
Octal232661221320673521712147
Binary100111011011010100101011010011011111101100011111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,182,82); }

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

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

 a { background-color: rgb(19,182,82); }

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

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

 span { border-color: rgb(19,182,82); }

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