#143700

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

Shades of Myrtle #143700

Tints of Myrtle #143700

Color information

#143700 (or 0x143700) is unknown color: approx Myrtle. HEX triplet: 14, 37 and 00. RGB value is (20,55,0). Sum of RGB (Red+Green+Blue) = 20+55+0=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #143700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143700 is #EBC8FF. Grayscale: #262626. Windows color (decimal): -15452416 or 14100. OLE color: 14100.

HSL color Cylindrical-coordinate representation of color #143700: hue angle of 98.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #143700 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB20550-
CMYK0.64010.78
HSL98.18º100%10.78%-
HSV(B)98.18º100%21.57%-
XYZ1.652.880.47-
YUV38.26106.4114.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 55 (21.88% from 255) = 73.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.67%
G=73.33%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal205500.64010.7898.1810010.78
Hex14370400644E6264b
Octal24670100014411614214413
Binary1010011011101000000011001001001110110001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143700; }

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

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

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

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

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

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

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

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