#12530F

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

Shades of Myrtle #12530F

Tints of Myrtle #12530F

Color information

#12530F (or 0x12530F) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 0F. RGB value is (18,83,15). Sum of RGB (Red+Green+Blue) = 18+83+15=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #12530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12530F is #EDACF0. Grayscale: #383838. Windows color (decimal): -15576305 or 1004306. OLE color: 1004306.

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

Color convert

RGB188315-
CMYK0.7800.820.67
HSL117.35º69.39%19.22%-
HSV(B)117.35º81.93%32.55%-
XYZ3.436.351.5-
YUV55.81104.97101.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 83 (32.81% from 255) = 71.55%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=15.52%
G=71.55%
B=12.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883150.7800.820.67117.3569.3919.22
Hex1253F4E05243754513
Octal2212317116012210316510523
Binary100101010011111110011100101001010000111110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12530F; }

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

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

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

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

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

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

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

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