Html Css Color HEX #113304 Myrtle

📋 copy color: '#113304'

red 17 ◦ green 51 ◦ blue 4

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

Shades of Myrtle #113304

Tints of Myrtle #113304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 70.83%

 BLUE value IS 4 (1.95% from 255) = 5.56%

R = 23.61%
G = 70.83%
B = 5.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#113304 (or 0x113304) is known color: Myrtle. HEX triplet: 11, 33 and 04. RGB value is (17,51,4). Sum of RGB (Red+Green+Blue) = 17+51+4=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #113304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113304 is #EECCFB. Grayscale: #232323. Windows color (decimal): -15650044 or 275217. OLE color: 275217.

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

Color convert

RGB 17 51 4 -
CMYK 0.67 0 0.92 0.8
HSL 103.4º 0.85% 0.11% -
HSV(B) 103.4º 0.92% 0.2% -
XYZ 1.44 2.5 0.52 -
YUV 35.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 17 51 4 0.67 0 0.92 0.8 103.4 0.85 0.11
Hex 11 33 4 43 0 5C 50 67 55 B
Octal 21 63 4 103 0 134 120 147 125 13
Binary 10001 110011 100 1000011 0 1011100 1010000 1100111 1010101 1011

Color Harmonies of #113304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113304

Black with #113304

Text Example


Text Example

White with #113304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113304; }

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

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

background-color css

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

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

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

border-color css

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

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

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