#133410

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

Shades of Myrtle #133410

Tints of Myrtle #133410

Color information

#133410 (or 0x133410) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 10. RGB value is (19,52,16). Sum of RGB (Red+Green+Blue) = 19+52+16=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #133410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133410 is #ECCBEF. Grayscale: #262626. Windows color (decimal): -15518704 or 1061907. OLE color: 1061907.

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

Color convert

RGB195216-
CMYK0.6300.690.80
HSL115º52.94%13.33%-
HSV(B)115º69.23%20.39%-
XYZ1.592.630.91-
YUV38.03115.57114.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 52 (20.70% from 255) = 59.77%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=21.84%
G=59.77%
B=18.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952160.6300.690.8011552.9413.33
Hex1334103F045507335d
Octal2364207701051201636515
Binary100111101001000011111101000101101000011100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133410; }

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

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

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

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

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

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

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

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