#125310

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

Shades of Myrtle #125310

Tints of Myrtle #125310

Color information

#125310 (or 0x125310) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 10. RGB value is (18,83,16). Sum of RGB (Red+Green+Blue) = 18+83+16=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #125310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125310 is #EDACEF. Grayscale: #383838. Windows color (decimal): -15576304 or 1069842. OLE color: 1069842.

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

Color convert

RGB188316-
CMYK0.7800.810.67
HSL118.21º67.68%19.41%-
HSV(B)118.21º80.72%32.55%-
XYZ3.446.351.54-
YUV55.93105.47100.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 83 (32.81% from 255) = 70.94%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=15.38%
G=70.94%
B=13.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883160.7800.810.67118.2167.6819.41
Hex1253104E05143764413
Octal2212320116012110316610423
Binary1001010100111000010011100101000110000111110110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125310; }

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

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

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

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

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

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

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

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