#12634A

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

Shades of Jewel #12634A

Tints of Jewel #12634A

Color information

#12634A (or 0x12634A) is unknown color: approx Jewel. HEX triplet: 12, 63 and 4A. RGB value is (18,99,74). Sum of RGB (Red+Green+Blue) = 18+99+74=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #12634A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12634A is #ED9CB5. Grayscale: #474747. Windows color (decimal): -15572150 or 4875026. OLE color: 4875026.

HSL color Cylindrical-coordinate representation of color #12634A: hue angle of 161.48º 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 #12634A is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB189974-
CMYK0.8200.250.61
HSL161.48º69.23%22.94%-
HSV(B)161.48º81.82%38.82%-
XYZ5.959.558.01-
YUV71.93129.1689.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=9.42%
G=51.83%
B=38.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899740.8200.250.61161.4869.2322.94
Hex12634A520193Da14517
Octal221431121220317524110527
Binary1001011000111001010101001001100111110110100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,99,74); }

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

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

 a { background-color: rgb(18,99,74); }

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

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

 span { border-color: rgb(18,99,74); }

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