#133207

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

Shades of Myrtle #133207

Tints of Myrtle #133207

Color information

#133207 (or 0x133207) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 07. RGB value is (19,50,7). Sum of RGB (Red+Green+Blue) = 19+50+7=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #133207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133207 is #ECCDF8. Grayscale: #232323. Windows color (decimal): -15519225 or 471571. OLE color: 471571.

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

Color convert

RGB19507-
CMYK0.6200.860.80
HSL103.26º75.44%11.18%-
HSV(B)103.26º86%19.61%-
XYZ1.452.430.59-
YUV35.83111.73116-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 65.79%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=25%
G=65.79%
B=9.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195070.6200.860.80103.2675.4411.18
Hex133273E05650674bb
Octal2362776012612014711313
Binary10011110010111111110010101101010000110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133207; }

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

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

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

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

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

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

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

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