#13644C

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

Shades of Jewel #13644C

Tints of Jewel #13644C

Color information

#13644C (or 0x13644C) is unknown color: approx Jewel. HEX triplet: 13, 64 and 4C. RGB value is (19,100,76). Sum of RGB (Red+Green+Blue) = 19+100+76=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #13644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13644C is #EC9BB3. Grayscale: #494949. Windows color (decimal): -15506356 or 5006355. OLE color: 5006355.

HSL color Cylindrical-coordinate representation of color #13644C: hue angle of 162.22º 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 #13644C is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1910076-
CMYK0.8100.240.61
HSL162.22º68.07%23.33%-
HSV(B)162.22º81%39.22%-
XYZ6.139.778.4-
YUV73.04129.6689.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=9.74%
G=51.28%
B=38.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100760.8100.240.61162.2268.0723.33
Hex13644C510183Da24417
Octal231441141210307524210427
Binary1001111001001001100101000101100011110110100010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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