#133202

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

Shades of Myrtle #133202

Tints of Myrtle #133202

Color information

#133202 (or 0x133202) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 02. RGB value is (19,50,2). Sum of RGB (Red+Green+Blue) = 19+50+2=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #133202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133202 is #ECCDFD. Grayscale: #232323. Windows color (decimal): -15519230 or 143891. OLE color: 143891.

HSL color Cylindrical-coordinate representation of color #133202: hue angle of 98.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #133202 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB19502-
CMYK0.6200.960.80
HSL98.75º92.31%10.2%-
HSV(B)98.75º96%19.61%-
XYZ1.422.420.45-
YUV35.26109.23116.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 50 (19.92% from 255) = 70.42%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=26.76%
G=70.42%
B=2.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195020.6200.960.8098.7592.3110.2
Hex133223E06050635ca
Octal2362276014012014313412
Binary1001111001010111110011000001010000110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133202; }

 p { color: rgb(19,50,2); }

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

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

 a { background-color: rgb(19,50,2); }

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

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

 span { border-color: rgb(19,50,2); }

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