#125202

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

Shades of Myrtle #125202

Tints of Myrtle #125202

Color information

#125202 (or 0x125202) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 02. RGB value is (18,82,2). Sum of RGB (Red+Green+Blue) = 18+82+2=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 82 (32.42% from 255 or 80.39% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 82 - color contains mainly: green. Hex color #125202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125202 is #EDADFD. Grayscale: #353535. Windows color (decimal): -15576574 or 152082. OLE color: 152082.

HSL color Cylindrical-coordinate representation of color #125202: hue angle of 108º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #125202 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB18822-
CMYK0.7800.980.68
HSL108º95.24%16.47%-
HSV(B)108º97.56%32.16%-
XYZ3.286.171.08-
YUV53.7498.8102.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 82 (32.42% from 255) = 80.39%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=17.65%
G=80.39%
B=1.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal188220.7800.980.6810895.2416.47
Hex125224E062446c5f10
Octal221222116014210415413720
Binary1001010100101010011100110001010001001101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125202; }

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

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

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

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

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

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

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

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