#133803

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

Shades of Myrtle #133803

Tints of Myrtle #133803

Color information

#133803 (or 0x133803) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 03. RGB value is (19,56,3). Sum of RGB (Red+Green+Blue) = 19+56+3=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #133803 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133803 is #ECC7FC. Grayscale: #272727. Windows color (decimal): -15517693 or 210963. OLE color: 210963.

HSL color Cylindrical-coordinate representation of color #133803: hue angle of 101.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #133803 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB19563-
CMYK0.6600.950.78
HSL101.89º89.83%11.57%-
HSV(B)101.89º94.64%21.96%-
XYZ1.72.970.57-
YUV38.89107.74113.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 56 (22.27% from 255) = 71.79%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=24.36%
G=71.79%
B=3.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195630.6600.950.78101.8989.8311.57
Hex133834205F4E665ac
Octal23703102013711614613214
Binary10011111000111000010010111111001110110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133803; }

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

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

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

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

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

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

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

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