#12644C

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

Shades of Jewel #12644C

Tints of Jewel #12644C

Color information

#12644C (or 0x12644C) is unknown color: approx Jewel. HEX triplet: 12, 64 and 4C. RGB value is (18,100,76). Sum of RGB (Red+Green+Blue) = 18+100+76=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #12644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12644C is #ED9BB3. Grayscale: #484848. Windows color (decimal): -15571892 or 5006354. OLE color: 5006354.

HSL color Cylindrical-coordinate representation of color #12644C: hue angle of 162.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12644C is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1810076-
CMYK0.8200.240.61
HSL162.44º69.49%23.14%-
HSV(B)162.44º82%39.22%-
XYZ6.119.768.4-
YUV72.75129.8388.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 100 (39.45% from 255) = 51.55%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=9.28%
G=51.55%
B=39.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18100760.8200.240.61162.4469.4923.14
Hex12644C520183Da24517
Octal221441141220307524210527
Binary1001011001001001100101001001100011110110100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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