#125B48

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

Shades of Jewel #125B48

Tints of Jewel #125B48

Color information

#125B48 (or 0x125B48) is unknown color: approx Jewel. HEX triplet: 12, 5B and 48. RGB value is (18,91,72). Sum of RGB (Red+Green+Blue) = 18+91+72=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #125B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B48 is #EDA4B7. Grayscale: #434343. Windows color (decimal): -15574200 or 4741906. OLE color: 4741906.

HSL color Cylindrical-coordinate representation of color #125B48: hue angle of 164.38º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B48 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB189172-
CMYK0.8000.210.64
HSL164.38º66.97%21.37%-
HSV(B)164.38º80.22%35.69%-
XYZ5.168.087.42-
YUV67.01130.8293.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 91 (35.94% from 255) = 50.28%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=9.94%
G=50.28%
B=39.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891720.8000.210.64164.3866.9721.37
Hex125B485001540a44315
Octal2213311012002510024410325
Binary10010101101110010001010000010101100000010100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B48; }

 p { color: rgb(18,91,72); }

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

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

 a { background-color: rgb(18,91,72); }

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

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

 span { border-color: rgb(18,91,72); }

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