Html Css Color HEX #113702 Myrtle

📋 copy color: '#113702'

red 17 ◦ green 55 ◦ blue 2

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

Shades of Myrtle #113702

Tints of Myrtle #113702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 74.32%

 BLUE value IS 2 (1.17% from 255) = 2.7%

R = 22.97%
G = 74.32%
B = 2.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#113702 (or 0x113702) is known color: Myrtle. HEX triplet: 11, 37 and 02. RGB value is (17,55,2). Sum of RGB (Red+Green+Blue) = 17+55+2=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #113702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113702 is #EEC8FD. Grayscale: #252525. Windows color (decimal): -15649022 or 145169. OLE color: 145169.

HSL color Cylindrical-coordinate representation of color #113702: hue angle of 103.02º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #113702 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 55 2 -
CMYK 0.69 0 0.96 0.78
HSL 103.02º 0.93% 0.11% -
HSV(B) 103.02º 0.96% 0.22% -
XYZ 1.61 2.86 0.52 -
YUV 37.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 17 55 2 0.69 0 0.96 0.78 103.02 0.93 0.11
Hex 11 37 2 45 0 60 4E 67 5D B
Octal 21 67 2 105 0 140 116 147 135 13
Binary 10001 110111 10 1000101 0 1100000 1001110 1100111 1011101 1011

Color Harmonies of #113702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113702

Black with #113702

Text Example


Text Example

White with #113702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113702; }

 p { color: rgb(17,55,2); }

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

background-color css

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

 a { background-color: rgb(17,55,2); }

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

border-color css

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

 span { border-color: rgb(17,55,2); }

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