#143914

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

Shades of Myrtle #143914

Tints of Myrtle #143914

Color information

#143914 (or 0x143914) is unknown color: approx Myrtle. HEX triplet: 14, 39 and 14. RGB value is (20,57,20). Sum of RGB (Red+Green+Blue) = 20+57+20=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 57 (22.66% from 255 or 58.76% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 57 - color contains mainly: green. Hex color #143914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143914 is #EBC6EB. Grayscale: #292929. Windows color (decimal): -15451884 or 1325332. OLE color: 1325332.

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

Color convert

RGB205720-
CMYK0.6500.650.78
HSL120º48.05%15.1%-
HSV(B)120º64.91%22.35%-
XYZ1.883.131.17-
YUV41.72115.74112.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 57 (22.66% from 255) = 58.76%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=20.62%
G=58.76%
B=20.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057200.6500.650.7812048.0515.1
Hex143914410414E7830f
Octal24712410101011161706017
Binary1010011100110100100000101000001100111011110001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143914; }

 p { color: rgb(20,57,20); }

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

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

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

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

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

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

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