#125503

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

Shades of Myrtle #125503

Tints of Myrtle #125503

Color information

#125503 (or 0x125503) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 03. RGB value is (18,85,3). Sum of RGB (Red+Green+Blue) = 18+85+3=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #125503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125503 is #EDAAFC. Grayscale: #373737. Windows color (decimal): -15575805 or 218386. OLE color: 218386.

HSL color Cylindrical-coordinate representation of color #125503: hue angle of 109.02º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #125503 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB18853-
CMYK0.7900.960.67
HSL109.02º93.18%17.25%-
HSV(B)109.02º96.47%33.33%-
XYZ3.516.631.18-
YUV55.6298.3101.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 85 (33.59% from 255) = 80.19%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=16.98%
G=80.19%
B=2.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188530.7900.960.67109.0293.1817.25
Hex125534F060436d5d11
Octal221253117014010315513521
Binary1001010101011110011110110000010000111101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125503; }

 p { color: rgb(18,85,3); }

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

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

 a { background-color: rgb(18,85,3); }

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

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

 span { border-color: rgb(18,85,3); }

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