#133416

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

Shades of Myrtle #133416

Tints of Myrtle #133416

Color information

#133416 (or 0x133416) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 16. RGB value is (19,52,22). Sum of RGB (Red+Green+Blue) = 19+52+22=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #133416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133416 is #ECCBE9. Grayscale: #262626. Windows color (decimal): -15518698 or 1455123. OLE color: 1455123.

HSL color Cylindrical-coordinate representation of color #133416: hue angle of 125.45º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133416 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB195222-
CMYK0.6300.580.80
HSL125.45º46.48%13.92%-
HSV(B)125.45º63.46%20.39%-
XYZ1.642.651.18-
YUV38.71118.57113.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=20.43%
G=55.91%
B=23.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952220.6300.580.80125.4546.4813.92
Hex1334163F03A507d2ee
Octal236426770721201755616
Binary10011110100101101111110111010101000011111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133416; }

 p { color: rgb(19,52,22); }

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

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

 a { background-color: rgb(19,52,22); }

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

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

 span { border-color: rgb(19,52,22); }

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