#125402

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

Shades of Myrtle #125402

Tints of Myrtle #125402

Color information

#125402 (or 0x125402) is unknown color: approx Myrtle. HEX triplet: 12, 54 and 02. RGB value is (18,84,2). Sum of RGB (Red+Green+Blue) = 18+84+2=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 84 (33.20% from 255 or 80.77% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 84 - color contains mainly: green. Hex color #125402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125402 is #EDABFD. Grayscale: #373737. Windows color (decimal): -15576062 or 152594. OLE color: 152594.

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

Color convert

RGB18842-
CMYK0.7900.980.67
HSL108.29º95.35%16.86%-
HSV(B)108.29º97.62%32.94%-
XYZ3.436.471.13-
YUV54.9298.13101.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 84 (33.20% from 255) = 80.77%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=17.31%
G=80.77%
B=1.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188420.7900.980.67108.2995.3516.86
Hex125424F062436c5f11
Octal221242117014210315413721
Binary1001010101001010011110110001010000111101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125402; }

 p { color: rgb(18,84,2); }

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

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

 a { background-color: rgb(18,84,2); }

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

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

 span { border-color: rgb(18,84,2); }

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