#13644A

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

Shades of Jewel #13644A

Tints of Jewel #13644A

Color information

#13644A (or 0x13644A) is unknown color: approx Jewel. HEX triplet: 13, 64 and 4A. RGB value is (19,100,74). Sum of RGB (Red+Green+Blue) = 19+100+74=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #13644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13644A is #EC9BB5. Grayscale: #484848. Windows color (decimal): -15506358 or 4875283. OLE color: 4875283.

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

Color convert

RGB1910074-
CMYK0.8100.260.61
HSL160.74º68.07%23.33%-
HSV(B)160.74º81%39.22%-
XYZ6.069.758.04-
YUV72.82128.6689.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 100 (39.45% from 255) = 51.81%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=9.84%
G=51.81%
B=38.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100740.8100.260.61160.7468.0723.33
Hex13644A5101A3Da14417
Octal231441121210327524110427
Binary1001111001001001010101000101101011110110100001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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