Html Css Color HEX #113006 Myrtle

📋 copy color: '#113006'

red 17 ◦ green 48 ◦ blue 6

#113006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #113006

Tints of Myrtle #113006

RGB

 RED value IS 17 (7.03% from 255) = 23.94%

 GREEN value IS 48 (19.14% from 255) = 67.61%

 BLUE value IS 6 (2.73% from 255) = 8.45%

R = 23.94%
G = 67.61%
B = 8.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#113006 (or 0x113006) is known color: Myrtle. HEX triplet: 11, 30 and 06. RGB value is (17,48,6). Sum of RGB (Red+Green+Blue) = 17+48+6=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #113006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113006 is #EECFF9. Grayscale: #222222. Windows color (decimal): -15650810 or 405521. OLE color: 405521.

HSL color Cylindrical-coordinate representation of color #113006: hue angle of 104.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113006 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 6 -
CMYK 0.65 0 0.87 0.81
HSL 104.29º 0.78% 0.11% -
HSV(B) 104.29º 0.88% 0.19% -
XYZ 1.32 2.25 0.54 -
YUV 33.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 17 48 6 0.65 0 0.87 0.81 104.29 0.78 0.11
Hex 11 30 6 41 0 57 51 68 4E B
Octal 21 60 6 101 0 127 121 150 116 13
Binary 10001 110000 110 1000001 0 1010111 1010001 1101000 1001110 1011

Color Harmonies of #113006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113006

Black with #113006

Text Example


Text Example

White with #113006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113006; }

 p { color: rgb(17,48,6); }

 H1.HeaderClassName
 {
   color: #113006;
 }
 .AnyTagClassName
 {
   color: #113006;
 }
</style>

background-color css

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

 a { background-color: rgb(17,48,6); }

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

border-color css

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

 span { border-color: rgb(17,48,6); }

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