#132F0C

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

Shades of Myrtle #132F0C

Tints of Myrtle #132F0C

Color information

#132F0C (or 0x132F0C) is unknown color: approx Myrtle. HEX triplet: 13, 2F and 0C. RGB value is (19,47,12). Sum of RGB (Red+Green+Blue) = 19+47+12=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 47 (18.75% from 255 or 60.26% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 47 - color contains mainly: green. Hex color #132F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F0C is #ECD0F3. Grayscale: #222222. Windows color (decimal): -15519988 or 798483. OLE color: 798483.

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

Color convert

RGB194712-
CMYK0.6000.740.82
HSL108º59.32%11.57%-
HSV(B)108º74.47%18.43%-
XYZ1.352.20.7-
YUV34.64115.22116.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 47 (18.75% from 255) = 60.26%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=24.36%
G=60.26%
B=15.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947120.6000.740.8210859.3211.57
Hex132FC3C04A526c3bc
Octal2357147401121221547314
Binary10011101111110011110001001010101001011011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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