#133200

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

Shades of Myrtle #133200

Tints of Myrtle #133200

Color information

#133200 (or 0x133200) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 00. RGB value is (19,50,0). Sum of RGB (Red+Green+Blue) = 19+50+0=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #133200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133200 is #ECCDFF. Grayscale: #232323. Windows color (decimal): -15519232 or 12819. OLE color: 12819.

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

Color convert

RGB19500-
CMYK0.62010.80
HSL97.2º100%9.8%-
HSV(B)97.2º100%19.61%-
XYZ1.412.420.39-
YUV35.03108.23116.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 50 (19.92% from 255) = 72.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.54%
G=72.46%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195000.62010.8097.21009.8
Hex133203E064506164a
Octal2362076014412014114412
Binary100111100100111110011001001010000110000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133200; }

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

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

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

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

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

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

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

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