#132F10

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

Shades of Myrtle #132F10

Tints of Myrtle #132F10

Color information

#132F10 (or 0x132F10) is unknown color: approx Myrtle. HEX triplet: 13, 2F and 10. RGB value is (19,47,16). Sum of RGB (Red+Green+Blue) = 19+47+16=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #132F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F10 is #ECD0EF. Grayscale: #232323. Windows color (decimal): -15519984 or 1060627. OLE color: 1060627.

HSL color Cylindrical-coordinate representation of color #132F10: hue angle of 114.19º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #132F10 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB194716-
CMYK0.6000.660.82
HSL114.19º49.21%12.35%-
HSV(B)114.19º65.96%18.43%-
XYZ1.382.210.84-
YUV35.09117.22116.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 47 (18.75% from 255) = 57.32%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=23.17%
G=57.32%
B=19.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947160.6000.660.82114.1949.2112.35
Hex132F103C042527231c
Octal2357207401021221626114
Binary100111011111000011110001000010101001011100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132F10; }

 p { color: rgb(19,47,16); }

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

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

 a { background-color: rgb(19,47,16); }

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

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

 span { border-color: rgb(19,47,16); }

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