#125801

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

Shades of Myrtle #125801

Tints of Myrtle #125801

Color information

#125801 (or 0x125801) is unknown color: approx Myrtle. HEX triplet: 12, 58 and 01. RGB value is (18,88,1). Sum of RGB (Red+Green+Blue) = 18+88+1=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 88 (34.77% from 255 or 82.24% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 88 - color contains mainly: green. Hex color #125801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125801 is #EDA7FE. Grayscale: #393939. Windows color (decimal): -15575039 or 88082. OLE color: 88082.

HSL color Cylindrical-coordinate representation of color #125801: hue angle of 108.28º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #125801 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB18881-
CMYK0.8000.990.65
HSL108.28º97.75%17.45%-
HSV(B)108.28º98.86%34.51%-
XYZ3.747.111.2-
YUV57.1596.31100.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 88 (34.77% from 255) = 82.24%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=16.82%
G=82.24%
B=0.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188810.8000.990.65108.2897.7517.45
Hex1258150063416c6211
Octal221301120014310115414221
Binary100101011000110100000110001110000011101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125801; }

 p { color: rgb(18,88,1); }

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

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

 a { background-color: rgb(18,88,1); }

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

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

 span { border-color: rgb(18,88,1); }

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