#133805

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

Shades of Myrtle #133805

Tints of Myrtle #133805

Color information

#133805 (or 0x133805) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 05. RGB value is (19,56,5). Sum of RGB (Red+Green+Blue) = 19+56+5=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #133805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133805 is #ECC7FA. Grayscale: #272727. Windows color (decimal): -15517691 or 342035. OLE color: 342035.

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

Color convert

RGB19565-
CMYK0.6600.910.78
HSL103.53º83.61%11.96%-
HSV(B)103.53º91.07%21.96%-
XYZ1.712.980.63-
YUV39.12108.74113.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 56 (22.27% from 255) = 70%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=23.75%
G=70%
B=6.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195650.6600.910.78103.5383.6111.96
Hex133854205B4E6854c
Octal23705102013311615012414
Binary100111110001011000010010110111001110110100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133805; }

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

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

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

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

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

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

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

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