#133817

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

Shades of Myrtle #133817

Tints of Myrtle #133817

Color information

#133817 (or 0x133817) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 17. RGB value is (19,56,23). Sum of RGB (Red+Green+Blue) = 19+56+23=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #133817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133817 is #ECC7E8. Grayscale: #292929. Windows color (decimal): -15517673 or 1521683. OLE color: 1521683.

HSL color Cylindrical-coordinate representation of color #133817: hue angle of 126.49º 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 #133817 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB195623-
CMYK0.6600.590.78
HSL126.49º49.33%14.71%-
HSV(B)126.49º66.07%21.96%-
XYZ1.843.031.3-
YUV41.18117.74112.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 56 (22.27% from 255) = 57.14%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=19.39%
G=57.14%
B=23.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956230.6600.590.78126.4949.3314.71
Hex1338174203B4E7e31f
Octal2370271020731161766117
Binary100111110001011110000100111011100111011111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133817; }

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

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

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

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

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

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

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

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