#13624A

Color #13624A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #13624A

Tints of Jewel #13624A

Color information

#13624A (or 0x13624A) is unknown color: approx Jewel. HEX triplet: 13, 62 and 4A. RGB value is (19,98,74). Sum of RGB (Red+Green+Blue) = 19+98+74=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #13624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13624A is #EC9DB5. Grayscale: #474747. Windows color (decimal): -15506870 or 4874771. OLE color: 4874771.

HSL color Cylindrical-coordinate representation of color #13624A: hue angle of 161.77º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13624A is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB199874-
CMYK0.8100.240.62
HSL161.77º67.52%22.94%-
HSV(B)161.77º80.61%38.43%-
XYZ5.879.377.98-
YUV71.64129.3390.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=9.95%
G=51.31%
B=38.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998740.8100.240.62161.7767.5222.94
Hex13624A510183Ea24417
Octal231421121210307624210427
Binary1001111000101001010101000101100011111010100010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13624A; }

 p { color: rgb(19,98,74); }

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

<style>
 a { background-color: #13624A; }

 a { background-color: rgb(19,98,74); }

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

<style>
 span { border-color: #13624A; }

 span { border-color: rgb(19,98,74); }

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