#125844

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

Shades of Jewel #125844

Tints of Jewel #125844

Color information

#125844 (or 0x125844) is unknown color: approx Jewel. HEX triplet: 12, 58 and 44. RGB value is (18,88,68). Sum of RGB (Red+Green+Blue) = 18+88+68=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #125844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125844 is #EDA7BB. Grayscale: #404040. Windows color (decimal): -15574972 or 4478994. OLE color: 4478994.

HSL color Cylindrical-coordinate representation of color #125844: hue angle of 162.86º 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 #125844 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB188868-
CMYK0.8000.230.65
HSL162.86º66.04%20.78%-
HSV(B)162.86º79.55%34.51%-
XYZ4.787.536.67-
YUV64.79129.8194.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=10.34%
G=50.57%
B=39.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888680.8000.230.65162.8666.0420.78
Hex1258445001741a34215
Octal2213010412002710124310225
Binary10010101100010001001010000010111100000110100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125844; }

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

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

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

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

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

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

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

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