#125744

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

Shades of Jewel #125744

Tints of Jewel #125744

Color information

#125744 (or 0x125744) is unknown color: approx Jewel. HEX triplet: 12, 57 and 44. RGB value is (18,87,68). Sum of RGB (Red+Green+Blue) = 18+87+68=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #125744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125744 is #EDA8BB. Grayscale: #404040. Windows color (decimal): -15575228 or 4478738. OLE color: 4478738.

HSL color Cylindrical-coordinate representation of color #125744: hue angle of 163.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125744 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB188768-
CMYK0.7900.220.66
HSL163.48º65.71%20.59%-
HSV(B)163.48º79.31%34.12%-
XYZ4.77.366.64-
YUV64.2130.1495.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=10.40%
G=50.29%
B=39.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887680.7900.220.66163.4865.7120.59
Hex1257444F01642a34215
Octal2212710411702610224310225
Binary10010101011110001001001111010110100001010100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125744; }

 p { color: rgb(18,87,68); }

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

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

 a { background-color: rgb(18,87,68); }

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

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

 span { border-color: rgb(18,87,68); }

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