Html Css Color HEX #11300F Myrtle

📋 copy color: '#11300F'

red 17 ◦ green 48 ◦ blue 15

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

Shades of Myrtle #11300F

Tints of Myrtle #11300F

RGB

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

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

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

R = 21.25%
G = 60%
B = 18.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#11300F (or 0x11300F) is known color: Myrtle. HEX triplet: 11, 30 and 0F. RGB value is (17,48,15). Sum of RGB (Red+Green+Blue) = 17+48+15=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #11300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11300F is #EECFF0. Grayscale: #232323. Windows color (decimal): -15650801 or 995345. OLE color: 995345.

HSL color Cylindrical-coordinate representation of color #11300F: hue angle of 116.36º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11300F is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 15 -
CMYK 0.65 0 0.69 0.81
HSL 116.36º 0.52% 0.12% -
HSV(B) 116.36º 0.69% 0.19% -
XYZ 1.37 2.27 0.82 -
YUV 34.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 17 48 15 0.65 0 0.69 0.81 116.36 0.52 0.12
Hex 11 30 F 41 0 45 51 74 34 C
Octal 21 60 17 101 0 105 121 164 64 14
Binary 10001 110000 1111 1000001 0 1000101 1010001 1110100 110100 1100

Color Harmonies of #11300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11300F

Black with #11300F

Text Example


Text Example

White with #11300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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