#125305

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

Shades of Myrtle #125305

Tints of Myrtle #125305

Color information

#125305 (or 0x125305) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 05. RGB value is (18,83,5). Sum of RGB (Red+Green+Blue) = 18+83+5=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 83 (32.81% from 255 or 78.30% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 83 - color contains mainly: green. Hex color #125305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125305 is #EDACFA. Grayscale: #363636. Windows color (decimal): -15576315 or 348946. OLE color: 348946.

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

Color convert

RGB18835-
CMYK0.7800.940.67
HSL110º88.64%17.25%-
HSV(B)110º93.98%32.55%-
XYZ3.376.331.19-
YUV54.6799.97101.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 83 (32.81% from 255) = 78.30%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=16.98%
G=78.30%
B=4.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188350.7800.940.6711088.6417.25
Hex125354E05E436e5911
Octal221235116013610315613121
Binary10010101001110110011100101111010000111101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125305; }

 p { color: rgb(18,83,5); }

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

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

 a { background-color: rgb(18,83,5); }

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

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

 span { border-color: rgb(18,83,5); }

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