#125C44

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

Shades of Jewel #125C44

Tints of Jewel #125C44

Color information

#125C44 (or 0x125C44) is unknown color: approx Jewel. HEX triplet: 12, 5C and 44. RGB value is (18,92,68). Sum of RGB (Red+Green+Blue) = 18+92+68=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #125C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C44 is #EDA3BB. Grayscale: #434343. Windows color (decimal): -15573948 or 4480018. OLE color: 4480018.

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

Color convert

RGB189268-
CMYK0.8000.260.64
HSL160.54º67.27%21.57%-
HSV(B)160.54º80.43%36.08%-
XYZ5.128.26.78-
YUV67.14128.4892.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 92 (36.33% from 255) = 51.69%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=10.11%
G=51.69%
B=38.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1892680.8000.260.64160.5467.2721.57
Hex125C445001A40a14316
Octal2213410412003210024110326
Binary10010101110010001001010000011010100000010100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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