#125C18

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

Shades of Myrtle #125C18

Tints of Myrtle #125C18

Color information

#125C18 (or 0x125C18) is unknown color: approx Myrtle. HEX triplet: 12, 5C and 18. RGB value is (18,92,24). Sum of RGB (Red+Green+Blue) = 18+92+24=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #125C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C18 is #EDA3E7. Grayscale: #3E3E3E. Windows color (decimal): -15573992 or 1596434. OLE color: 1596434.

HSL color Cylindrical-coordinate representation of color #125C18: hue angle of 124.86º 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 #125C18 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB189224-
CMYK0.8000.740.64
HSL124.86º67.27%21.57%-
HSV(B)124.86º80.43%36.08%-
XYZ4.247.852.16-
YUV62.12106.4896.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 92 (36.33% from 255) = 68.66%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=13.43%
G=68.66%
B=17.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1892240.8000.740.64124.8667.2721.57
Hex125C185004A407d4316
Octal2213430120011210017510326
Binary1001010111001100010100000100101010000001111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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