#125944

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

Shades of Jewel #125944

Tints of Jewel #125944

Color information

#125944 (or 0x125944) is unknown color: approx Jewel. HEX triplet: 12, 59 and 44. RGB value is (18,89,68). Sum of RGB (Red+Green+Blue) = 18+89+68=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #125944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125944 is #EDA6BB. Grayscale: #414141. Windows color (decimal): -15574716 or 4479250. OLE color: 4479250.

HSL color Cylindrical-coordinate representation of color #125944: hue angle of 162.25º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125944 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB188968-
CMYK0.8000.240.65
HSL162.25º66.36%20.98%-
HSV(B)162.25º79.78%34.9%-
XYZ4.877.696.7-
YUV65.38129.4894.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 89 (35.16% from 255) = 50.86%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=10.29%
G=50.86%
B=38.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889680.8000.240.65162.2566.3620.98
Hex1259445001841a24215
Octal2213110412003010124210225
Binary10010101100110001001010000011000100000110100010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125944; }

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

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

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

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

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

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

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

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