#14340B

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

Shades of Myrtle #14340B

Tints of Myrtle #14340B

Color information

#14340B (or 0x14340B) is unknown color: approx Myrtle. HEX triplet: 14, 34 and 0B. RGB value is (20,52,11). Sum of RGB (Red+Green+Blue) = 20+52+11=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #14340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14340B is #EBCBF4. Grayscale: #252525. Windows color (decimal): -15453173 or 734228. OLE color: 734228.

HSL color Cylindrical-coordinate representation of color #14340B: hue angle of 106.83º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14340B is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB205211-
CMYK0.6200.790.80
HSL106.83º65.08%12.35%-
HSV(B)106.83º78.85%20.39%-
XYZ1.582.630.74-
YUV37.76112.9115.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 52 (20.70% from 255) = 62.65%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=24.10%
G=62.65%
B=13.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052110.6200.790.80106.8365.0812.35
Hex1434B3E04F506b41c
Octal24641376011712015310114
Binary101001101001011111110010011111010000110101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14340B; }

 p { color: rgb(20,52,11); }

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

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

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

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

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

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

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