#143300

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

Shades of Myrtle #143300

Tints of Myrtle #143300

Color information

#143300 (or 0x143300) is unknown color: approx Myrtle. HEX triplet: 14, 33 and 00. RGB value is (20,51,0). Sum of RGB (Red+Green+Blue) = 20+51+0=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #143300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143300 is #EBCCFF. Grayscale: #242424. Windows color (decimal): -15453440 or 13076. OLE color: 13076.

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

Color convert

RGB20510-
CMYK0.61010.8
HSL96.47º100%10%-
HSV(B)96.47º100%20%-
XYZ1.472.520.41-
YUV35.92107.73116.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 51 (20.31% from 255) = 71.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.17%
G=71.83%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal205100.61010.896.4710010
Hex143303D064506064a
Octal2463075014412014014412
Binary101001100110111101011001001010000110000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143300; }

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

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

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

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

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

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

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

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