#133508

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

Shades of Myrtle #133508

Tints of Myrtle #133508

Color information

#133508 (or 0x133508) is unknown color: approx Myrtle. HEX triplet: 13, 35 and 08. RGB value is (19,53,8). Sum of RGB (Red+Green+Blue) = 19+53+8=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #133508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133508 is #ECCAF7. Grayscale: #252525. Windows color (decimal): -15518456 or 537875. OLE color: 537875.

HSL color Cylindrical-coordinate representation of color #133508: hue angle of 105.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133508 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB19538-
CMYK0.6400.850.79
HSL105.33º73.77%11.96%-
HSV(B)105.33º84.91%20.78%-
XYZ1.592.70.67-
YUV37.7111.24114.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 53 (21.09% from 255) = 66.25%
BLUE value IS 8 (3.52% from 255) = 10%
R=23.75%
G=66.25%
B=10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal195380.6400.850.79105.3373.7711.96
Hex13358400554F694ac
Octal236510100012511715111214
Binary1001111010110001000000010101011001111110100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133508; }

 p { color: rgb(19,53,8); }

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

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

 a { background-color: rgb(19,53,8); }

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

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

 span { border-color: rgb(19,53,8); }

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