#133010

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

Shades of Myrtle #133010

Tints of Myrtle #133010

Color information

#133010 (or 0x133010) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 10. RGB value is (19,48,16). Sum of RGB (Red+Green+Blue) = 19+48+16=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #133010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133010 is #ECCFEF. Grayscale: #232323. Windows color (decimal): -15519728 or 1060883. OLE color: 1060883.

HSL color Cylindrical-coordinate representation of color #133010: hue angle of 114.38º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133010 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB194816-
CMYK0.6000.670.81
HSL114.38º50%12.55%-
HSV(B)114.38º66.67%18.82%-
XYZ1.422.290.86-
YUV35.68116.89116.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=22.89%
G=57.83%
B=19.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948160.6000.670.81114.385012.55
Hex1330103C043517232d
Octal2360207401031211626215
Binary100111100001000011110001000011101000111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133010; }

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

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

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

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

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

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

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

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