Html Css Color HEX #11380F Myrtle

📋 copy color: '#11380F'

red 17 ◦ green 56 ◦ blue 15

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

Shades of Myrtle #11380F

Tints of Myrtle #11380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 63.64%

 BLUE value IS 15 (6.25% from 255) = 17.05%

R = 19.32%
G = 63.64%
B = 17.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#11380F (or 0x11380F) is known color: Myrtle. HEX triplet: 11, 38 and 0F. RGB value is (17,56,15). Sum of RGB (Red+Green+Blue) = 17+56+15=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #11380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11380F is #EEC7F0. Grayscale: #272727. Windows color (decimal): -15648753 or 997393. OLE color: 997393.

HSL color Cylindrical-coordinate representation of color #11380F: hue angle of 117.07º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11380F is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 15 -
CMYK 0.70 0 0.73 0.78
HSL 117.07º 0.58% 0.14% -
HSV(B) 117.07º 0.73% 0.22% -
XYZ 1.73 2.98 0.94 -
YUV 39.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 17 56 15 0.70 0 0.73 0.78 117.07 0.58 0.14
Hex 11 38 F 46 0 49 4E 75 3A E
Octal 21 70 17 106 0 111 116 165 72 16
Binary 10001 111000 1111 1000110 0 1001001 1001110 1110101 111010 1110

Color Harmonies of #11380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11380F

Black with #11380F

Text Example


Text Example

White with #11380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11380F; }

 p { color: rgb(17,56,15); }

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

background-color css

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

 a { background-color: rgb(17,56,15); }

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

border-color css

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

 span { border-color: rgb(17,56,15); }

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