#143312

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

Shades of Myrtle #143312

Tints of Myrtle #143312

Color information

#143312 (or 0x143312) is unknown color: approx Myrtle. HEX triplet: 14, 33 and 12. RGB value is (20,51,18). Sum of RGB (Red+Green+Blue) = 20+51+18=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #143312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143312 is #EBCCED. Grayscale: #262626. Windows color (decimal): -15453422 or 1192724. OLE color: 1192724.

HSL color Cylindrical-coordinate representation of color #143312: hue angle of 116.36º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143312 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB205118-
CMYK0.6100.650.8
HSL116.36º47.83%13.53%-
HSV(B)116.36º64.71%20%-
XYZ1.582.560.98-
YUV37.97116.73115.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 51 (20.31% from 255) = 57.30%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=22.47%
G=57.30%
B=20.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051180.6100.650.8116.3647.8313.53
Hex1433123D041507430e
Octal2463227501011201646016
Binary101001100111001011110101000001101000011101001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143312; }

 p { color: rgb(20,51,18); }

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

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

 a { background-color: rgb(20,51,18); }

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

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

 span { border-color: rgb(20,51,18); }

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