#13B264

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

Shades of Jade #13B264

Tints of Jade #13B264

Color information

#13B264 (or 0x13B264) is unknown color: approx Jade. HEX triplet: 13, B2 and 64. RGB value is (19,178,100). Sum of RGB (Red+Green+Blue) = 19+178+100=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #13B264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B264 is #EC4D9B. Grayscale: #797979. Windows color (decimal): -15486364 or 6599187. OLE color: 6599187.

HSL color Cylindrical-coordinate representation of color #13B264: hue angle of 150.57º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B264 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB19178100-
CMYK0.8900.440.30
HSL150.57º80.71%38.63%-
HSV(B)150.57º89.33%69.8%-
XYZ18.4932.917.43-
YUV121.57115.8254.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.40%
GREEN value IS 178 (69.92% from 255) = 59.93%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=6.40%
G=59.93%
B=33.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191781000.8900.440.30150.5780.7138.63
Hex13B2645902C1E975127
Octal232621441310543622712147
Binary100111011001011001001011001010110011110100101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,178,100); }

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

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

 a { background-color: rgb(19,178,100); }

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

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

 span { border-color: rgb(19,178,100); }

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