#133A03

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

Shades of Myrtle #133A03

Tints of Myrtle #133A03

Color information

#133A03 (or 0x133A03) is unknown color: approx Myrtle. HEX triplet: 13, 3A and 03. RGB value is (19,58,3). Sum of RGB (Red+Green+Blue) = 19+58+3=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 58 (23.05% from 255 or 72.5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 58 - color contains mainly: green. Hex color #133A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A03 is #ECC5FC. Grayscale: #282828. Windows color (decimal): -15517181 or 211475. OLE color: 211475.

HSL color Cylindrical-coordinate representation of color #133A03: hue angle of 102.55º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #133A03 is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB19583-
CMYK0.6700.950.77
HSL102.55º90.16%11.96%-
HSV(B)102.55º94.83%22.75%-
XYZ1.83.170.6-
YUV40.07107.08112.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 58 (23.05% from 255) = 72.5%
BLUE value IS 3 (1.56% from 255) = 3.75%
R=23.75%
G=72.5%
B=3.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal195830.6700.950.77102.5590.1611.96
Hex133A34305F4D675ac
Octal23723103013711514713214
Binary10011111010111000011010111111001101110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A03; }

 p { color: rgb(19,58,3); }

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

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

 a { background-color: rgb(19,58,3); }

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

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

 span { border-color: rgb(19,58,3); }

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