Html Css Color HEX #113302 Myrtle

📋 copy color: '#113302'

red 17 ◦ green 51 ◦ blue 2

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

Shades of Myrtle #113302

Tints of Myrtle #113302

RGB

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

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

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

R = 24.29%
G = 72.86%
B = 2.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#113302 (or 0x113302) is known color: Myrtle. HEX triplet: 11, 33 and 02. RGB value is (17,51,2). Sum of RGB (Red+Green+Blue) = 17+51+2=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 51 (20.31% from 255 or 72.86% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 51 - color contains mainly: green. Hex color #113302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113302 is #EECCFD. Grayscale: #232323. Windows color (decimal): -15650046 or 144145. OLE color: 144145.

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

Color convert

RGB 17 51 2 -
CMYK 0.67 0 0.96 0.8
HSL 101.63º 0.92% 0.1% -
HSV(B) 101.63º 0.96% 0.2% -
XYZ 1.43 2.49 0.46 -
YUV 35.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 17 51 2 0.67 0 0.96 0.8 101.63 0.92 0.1
Hex 11 33 2 43 0 60 50 66 5C A
Octal 21 63 2 103 0 140 120 146 134 12
Binary 10001 110011 10 1000011 0 1100000 1010000 1100110 1011100 1010

Color Harmonies of #113302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113302

Black with #113302

Text Example


Text Example

White with #113302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113302; }

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

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

background-color css

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

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

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

border-color css

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

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

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