#143813

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

Shades of Myrtle #143813

Tints of Myrtle #143813

Color information

#143813 (or 0x143813) is unknown color: approx Myrtle. HEX triplet: 14, 38 and 13. RGB value is (20,56,19). Sum of RGB (Red+Green+Blue) = 20+56+19=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #143813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143813 is #EBC7EC. Grayscale: #292929. Windows color (decimal): -15452141 or 1259540. OLE color: 1259540.

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

Color convert

RGB205619-
CMYK0.6400.660.78
HSL118.38º49.33%14.71%-
HSV(B)118.38º66.07%21.96%-
XYZ1.823.021.1-
YUV41.02115.57113.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 56 (22.27% from 255) = 58.95%
BLUE value IS 19 (7.81% from 255) = 20%
R=21.05%
G=58.95%
B=20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056190.6400.660.78118.3849.3314.71
Hex143813400424E7631f
Octal24702310001021161666117
Binary1010011100010011100000001000010100111011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143813; }

 p { color: rgb(20,56,19); }

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

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

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

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

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

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

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