#133608

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

Shades of Myrtle #133608

Tints of Myrtle #133608

Color information

#133608 (or 0x133608) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 08. RGB value is (19,54,8). Sum of RGB (Red+Green+Blue) = 19+54+8=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #133608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133608 is #ECC9F7. Grayscale: #262626. Windows color (decimal): -15518200 or 538131. OLE color: 538131.

HSL color Cylindrical-coordinate representation of color #133608: hue angle of 105.65º 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 #133608 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB19548-
CMYK0.6500.850.79
HSL105.65º74.19%12.16%-
HSV(B)105.65º85.19%21.18%-
XYZ1.632.790.68-
YUV38.29110.9114.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 54 (21.48% from 255) = 66.67%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=23.46%
G=66.67%
B=9.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal195480.6500.850.79105.6574.1912.16
Hex13368410554F6a4ac
Octal236610101012511715211214
Binary1001111011010001000001010101011001111110101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133608; }

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

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

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

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

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

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

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

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