#12530B

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

Shades of Myrtle #12530B

Tints of Myrtle #12530B

Color information

#12530B (or 0x12530B) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 0B. RGB value is (18,83,11). Sum of RGB (Red+Green+Blue) = 18+83+11=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #12530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12530B is #EDACF4. Grayscale: #373737. Windows color (decimal): -15576309 or 742162. OLE color: 742162.

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

Color convert

RGB188311-
CMYK0.7800.870.67
HSL114.17º76.6%18.43%-
HSV(B)114.17º86.75%32.55%-
XYZ3.46.341.36-
YUV55.36102.97101.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 83 (32.81% from 255) = 74.11%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=16.07%
G=74.11%
B=9.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883110.7800.870.67114.1776.618.43
Hex1253B4E05743724d12
Octal2212313116012710316211522
Binary100101010011101110011100101011110000111110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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