#134318

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

Shades of Myrtle #134318

Tints of Myrtle #134318

Color information

#134318 (or 0x134318) is unknown color: approx Myrtle. HEX triplet: 13, 43 and 18. RGB value is (19,67,24). Sum of RGB (Red+Green+Blue) = 19+67+24=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #134318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134318 is #ECBCE7. Grayscale: #2F2F2F. Windows color (decimal): -15514856 or 1590035. OLE color: 1590035.

HSL color Cylindrical-coordinate representation of color #134318: hue angle of 126.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134318 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB196724-
CMYK0.7200.640.74
HSL126.25º55.81%16.86%-
HSV(B)126.25º71.64%26.27%-
XYZ2.444.221.55-
YUV47.75114.6107.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 67 (26.56% from 255) = 60.91%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=17.27%
G=60.91%
B=21.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967240.7200.640.74126.2555.8116.86
Hex134318480404A7e3811
Octal231033011001001121767021
Binary100111000011110001001000010000001001010111111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134318; }

 p { color: rgb(19,67,24); }

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

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

 a { background-color: rgb(19,67,24); }

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

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

 span { border-color: rgb(19,67,24); }

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