#134217

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

Shades of Myrtle #134217

Tints of Myrtle #134217

Color information

#134217 (or 0x134217) is unknown color: approx Myrtle. HEX triplet: 13, 42 and 17. RGB value is (19,66,23). Sum of RGB (Red+Green+Blue) = 19+66+23=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #134217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134217 is #ECBDE8. Grayscale: #2F2F2F. Windows color (decimal): -15515113 or 1524243. OLE color: 1524243.

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

Color convert

RGB196623-
CMYK0.7100.650.74
HSL125.11º55.29%16.67%-
HSV(B)125.11º71.21%25.88%-
XYZ2.374.11.48-
YUV47.04114.43108-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 66 (26.17% from 255) = 61.11%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=17.59%
G=61.11%
B=21.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966230.7100.650.74125.1155.2916.67
Hex134217470414A7d3711
Octal231022710701011121756721
Binary100111000010101111000111010000011001010111110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134217; }

 p { color: rgb(19,66,23); }

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

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

 a { background-color: rgb(19,66,23); }

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

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

 span { border-color: rgb(19,66,23); }

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