#125C19

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

Shades of Myrtle #125C19

Tints of Myrtle #125C19

Color information

#125C19 (or 0x125C19) is unknown color: approx Myrtle. HEX triplet: 12, 5C and 19. RGB value is (18,92,25). Sum of RGB (Red+Green+Blue) = 18+92+25=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #125C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C19 is #EDA3E6. Grayscale: #3E3E3E. Windows color (decimal): -15573991 or 1661970. OLE color: 1661970.

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

Color convert

RGB189225-
CMYK0.8000.730.64
HSL125.68º67.27%21.57%-
HSV(B)125.68º80.43%36.08%-
XYZ4.257.852.21-
YUV62.24106.9896.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 92 (36.33% from 255) = 68.15%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=13.33%
G=68.15%
B=18.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1892250.8000.730.64125.6867.2721.57
Hex125C1950049407e4316
Octal2213431120011110017610326
Binary1001010111001100110100000100100110000001111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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