#125313

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

Shades of Myrtle #125313

Tints of Myrtle #125313

Color information

#125313 (or 0x125313) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 13. RGB value is (18,83,19). Sum of RGB (Red+Green+Blue) = 18+83+19=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #125313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125313 is #EDACEC. Grayscale: #383838. Windows color (decimal): -15576301 or 1266450. OLE color: 1266450.

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

Color convert

RGB188319-
CMYK0.7800.770.67
HSL120.92º64.36%19.8%-
HSV(B)120.92º78.31%32.55%-
XYZ3.466.361.66-
YUV56.27106.97100.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=15%
G=69.17%
B=15.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883190.7800.770.67120.9264.3619.8
Hex1253134E04D43794014
Octal2212323116011510317110024
Binary1001010100111001110011100100110110000111111001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125313; }

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

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

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

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

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

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

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

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