#132F0A

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

Shades of Myrtle #132F0A

Tints of Myrtle #132F0A

Color information

#132F0A (or 0x132F0A) is unknown color: approx Myrtle. HEX triplet: 13, 2F and 0A. RGB value is (19,47,10). Sum of RGB (Red+Green+Blue) = 19+47+10=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 47 (18.75% from 255 or 61.84% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 47 - color contains mainly: green. Hex color #132F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F0A is #ECD0F5. Grayscale: #222222. Windows color (decimal): -15519990 or 667411. OLE color: 667411.

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

Color convert

RGB194710-
CMYK0.6000.790.82
HSL105.41º64.91%11.18%-
HSV(B)105.41º78.72%18.43%-
XYZ1.342.190.64-
YUV34.41114.22117.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 47 (18.75% from 255) = 61.84%
BLUE value IS 10 (4.30% from 255) = 13.16%
R=25%
G=61.84%
B=13.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947100.6000.790.82105.4164.9111.18
Hex132FA3C04F526941b
Octal23571274011712215110113
Binary100111011111010111100010011111010010110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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