#125A45

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

Shades of Jewel #125A45

Tints of Jewel #125A45

Color information

#125A45 (or 0x125A45) is unknown color: approx Jewel. HEX triplet: 12, 5A and 45. RGB value is (18,90,69). Sum of RGB (Red+Green+Blue) = 18+90+69=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #125A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A45 is #EDA5BA. Grayscale: #424242. Windows color (decimal): -15574459 or 4545042. OLE color: 4545042.

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

Color convert

RGB189069-
CMYK0.8000.230.65
HSL162.5º66.67%21.18%-
HSV(B)162.5º80%35.29%-
XYZ4.987.876.89-
YUV66.08129.6593.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 90 (35.55% from 255) = 50.85%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=10.17%
G=50.85%
B=38.98%

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
Decimal1890690.8000.230.65162.566.6721.18
Hex125A455001741a24315
Octal2213210512002710124210325
Binary10010101101010001011010000010111100000110100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,90,69); }

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

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

 a { background-color: rgb(18,90,69); }

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

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

 span { border-color: rgb(18,90,69); }

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