#132D0F

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

Shades of Myrtle #132D0F

Tints of Myrtle #132D0F

Color information

#132D0F (or 0x132D0F) is unknown color: approx Myrtle. HEX triplet: 13, 2D and 0F. RGB value is (19,45,15). Sum of RGB (Red+Green+Blue) = 19+45+15=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 45 (17.97% from 255 or 56.96% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 45 - color contains mainly: green. Hex color #132D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132D0F is #ECD2F0. Grayscale: #212121. Windows color (decimal): -15520497 or 994579. OLE color: 994579.

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

Color convert

RGB194515-
CMYK0.5800.670.82
HSL112º50%11.76%-
HSV(B)112º66.67%17.65%-
XYZ1.292.050.78-
YUV33.81117.39117.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 45 (17.97% from 255) = 56.96%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=24.05%
G=56.96%
B=18.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1945150.5800.670.821125011.76
Hex132DF3A043527032c
Octal2355177201031221606214
Binary10011101101111111101001000011101001011100001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,45,15); }

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

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

 a { background-color: rgb(19,45,15); }

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

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

 span { border-color: rgb(19,45,15); }

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