#113308

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

Shades of Myrtle #113308

Tints of Myrtle #113308

Color information

#113308 (or 0x113308) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 08. RGB value is (17,51,8). Sum of RGB (Red+Green+Blue) = 17+51+8=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #113308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113308 is #EECCF7. Grayscale: #242424. Windows color (decimal): -15650040 or 537361. OLE color: 537361.

HSL color Cylindrical-coordinate representation of color #113308: hue angle of 107.44º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113308 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB17518-
CMYK0.6700.840.8
HSL107.44º72.88%11.57%-
HSV(B)107.44º84.31%20%-
XYZ1.462.50.64-
YUV35.93112.24114.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=22.37%
G=67.11%
B=10.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal175180.6700.840.8107.4472.8811.57
Hex1133843054506b49c
Octal216310103012412015311114
Binary1000111001110001000011010101001010000110101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113308; }

 p { color: rgb(17,51,8); }

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

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

 a { background-color: rgb(17,51,8); }

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

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

 span { border-color: rgb(17,51,8); }

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