#12634B

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

Shades of Jewel #12634B

Tints of Jewel #12634B

Color information

#12634B (or 0x12634B) is unknown color: approx Jewel. HEX triplet: 12, 63 and 4B. RGB value is (18,99,75). Sum of RGB (Red+Green+Blue) = 18+99+75=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #12634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12634B is #ED9CB4. Grayscale: #484848. Windows color (decimal): -15572149 or 4940562. OLE color: 4940562.

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

Color convert

RGB189975-
CMYK0.8200.240.61
HSL162.22º69.23%22.94%-
HSV(B)162.22º81.82%38.82%-
XYZ5.989.568.19-
YUV72.04129.6689.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=9.38%
G=51.56%
B=39.06%

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
Decimal1899750.8200.240.61162.2269.2322.94
Hex12634B520183Da24517
Octal221431131220307524210527
Binary1001011000111001011101001001100011110110100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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