#13B36B

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

Shades of Jade #13B36B

Tints of Jade #13B36B

Color information

#13B36B (or 0x13B36B) is unknown color: approx Jade. HEX triplet: 13, B3 and 6B. RGB value is (19,179,107). Sum of RGB (Red+Green+Blue) = 19+179+107=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #13B36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B36B is #EC4C94. Grayscale: #7B7B7B. Windows color (decimal): -15486101 or 7058195. OLE color: 7058195.

HSL color Cylindrical-coordinate representation of color #13B36B: hue angle of 153º 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 #13B36B is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB19179107-
CMYK0.8900.400.30
HSL153º80.81%38.82%-
HSV(B)153º89.39%70.2%-
XYZ19.0433.4419.36-
YUV122.95118.9953.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.23%
GREEN value IS 179 (70.31% from 255) = 58.69%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=6.23%
G=58.69%
B=35.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191791070.8900.400.3015380.8138.82
Hex13B36B590281E995127
Octal232631531310503623112147
Binary100111011001111010111011001010100011110100110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,179,107); }

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

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

 a { background-color: rgb(19,179,107); }

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

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

 span { border-color: rgb(19,179,107); }

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