Html Css Color HEX #11530E Myrtle

📋 copy color: '#11530E'

red 17 ◦ green 83 ◦ blue 14

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

Shades of Myrtle #11530E

Tints of Myrtle #11530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 14.91%
G = 72.81%
B = 12.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#11530E (or 0x11530E) is known color: Myrtle. HEX triplet: 11, 53 and 0E. RGB value is (17,83,14). Sum of RGB (Red+Green+Blue) = 17+83+14=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #11530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11530E is #EEACF1. Grayscale: #373737. Windows color (decimal): -15641842 or 938769. OLE color: 938769.

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

Color convert

RGB 17 83 14 -
CMYK 0.80 0 0.83 0.67
HSL 117.39º 0.71% 0.19% -
HSV(B) 117.39º 0.83% 0.33% -
XYZ 3.4 6.34 1.46 -
YUV 55.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 17 83 14 0.80 0 0.83 0.67 117.39 0.71 0.19
Hex 11 53 E 50 0 53 43 75 47 13
Octal 21 123 16 120 0 123 103 165 107 23
Binary 10001 1010011 1110 1010000 0 1010011 1000011 1110101 1000111 10011

Color Harmonies of #11530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11530E

Black with #11530E

Text Example


Text Example

White with #11530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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