#143209

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

Shades of Myrtle #143209

Tints of Myrtle #143209

Color information

#143209 (or 0x143209) is unknown color: approx Myrtle. HEX triplet: 14, 32 and 09. RGB value is (20,50,9). Sum of RGB (Red+Green+Blue) = 20+50+9=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #143209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143209 is #EBCDF6. Grayscale: #242424. Windows color (decimal): -15453687 or 602644. OLE color: 602644.

HSL color Cylindrical-coordinate representation of color #143209: hue angle of 103.9º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143209 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB20509-
CMYK0.6000.820.80
HSL103.9º69.49%11.57%-
HSV(B)103.9º82%19.61%-
XYZ1.482.450.65-
YUV36.36112.56116.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 50 (19.92% from 255) = 63.29%
BLUE value IS 9 (3.91% from 255) = 11.39%
R=25.32%
G=63.29%
B=11.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal205090.6000.820.80103.969.4911.57
Hex143293C052506845c
Octal24621174012212015010514
Binary101001100101001111100010100101010000110100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143209; }

 p { color: rgb(20,50,9); }

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

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

 a { background-color: rgb(20,50,9); }

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

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

 span { border-color: rgb(20,50,9); }

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