Html Css Color HEX #11530F Myrtle

📋 copy color: '#11530F'

red 17 ◦ green 83 ◦ blue 15

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

Shades of Myrtle #11530F

Tints of Myrtle #11530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.17%

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

R = 14.78%
G = 72.17%
B = 13.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#11530F (or 0x11530F) is known color: Myrtle. HEX triplet: 11, 53 and 0F. RGB value is (17,83,15). Sum of RGB (Red+Green+Blue) = 17+83+15=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #11530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11530F is #EEACF0. Grayscale: #373737. Windows color (decimal): -15641841 or 1004305. OLE color: 1004305.

HSL color Cylindrical-coordinate representation of color #11530F: hue angle of 118.24º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11530F is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 83 15 -
CMYK 0.80 0 0.82 0.67
HSL 118.24º 0.69% 0.19% -
HSV(B) 118.24º 0.82% 0.33% -
XYZ 3.41 6.34 1.5 -
YUV 55.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 17 83 15 0.80 0 0.82 0.67 118.24 0.69 0.19
Hex 11 53 F 50 0 52 43 76 45 13
Octal 21 123 17 120 0 122 103 166 105 23
Binary 10001 1010011 1111 1010000 0 1010010 1000011 1110110 1000101 10011

Color Harmonies of #11530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11530F

Black with #11530F

Text Example


Text Example

White with #11530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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