#133708

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

Shades of Myrtle #133708

Tints of Myrtle #133708

Color information

#133708 (or 0x133708) is unknown color: approx Myrtle. HEX triplet: 13, 37 and 08. RGB value is (19,55,8). Sum of RGB (Red+Green+Blue) = 19+55+8=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 55 (21.88% from 255 or 67.07% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 55 - color contains mainly: green. Hex color #133708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133708 is #ECC8F7. Grayscale: #272727. Windows color (decimal): -15517944 or 538387. OLE color: 538387.

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

Color convert

RGB19558-
CMYK0.6500.850.78
HSL105.96º74.6%12.35%-
HSV(B)105.96º85.45%21.57%-
XYZ1.682.890.7-
YUV38.88110.57113.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 55 (21.88% from 255) = 67.07%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=23.17%
G=67.07%
B=9.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195580.6500.850.78105.9674.612.35
Hex13378410554E6a4bc
Octal236710101012511615211314
Binary1001111011110001000001010101011001110110101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133708; }

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

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

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

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

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

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

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

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