Html Css Color HEX #11130C Rangoon Green

📋 copy color: '#11130C'

red 17 ◦ green 19 ◦ blue 12

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

Shades of Rangoon Green #11130C

Tints of Rangoon Green #11130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 39.58%

 BLUE value IS 12 (5.08% from 255) = 25%

R = 35.42%
G = 39.58%
B = 25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#11130C (or 0x11130C) is known color: Rangoon Green. HEX triplet: 11, 13 and 0C. RGB value is (17,19,12). Sum of RGB (Red+Green+Blue) = 17+19+12=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 19 - color contains mainly: green. Hex color #11130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11130C is #EEECF3. Grayscale: #111111. Windows color (decimal): -15658228 or 791313. OLE color: 791313.

HSL color Cylindrical-coordinate representation of color #11130C: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #11130C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 19 12 -
CMYK 0.11 0 0.37 0.93
HSL 77.14º 0.23% 0.06% -
HSV(B) 77.14º 0.37% 0.07% -
XYZ 0.53 0.61 0.44 -
YUV 17.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 17 19 12 0.11 0 0.37 0.93 77.14 0.23 0.06
Hex 11 13 C B 0 25 5D 4D 17 6
Octal 21 23 14 13 0 45 135 115 27 6
Binary 10001 10011 1100 1011 0 100101 1011101 1001101 10111 110

Color Harmonies of #11130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11130C

Black with #11130C

Text Example


Text Example

White with #11130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11130C; }

 p { color: rgb(17,19,12); }

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

background-color css

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

 a { background-color: rgb(17,19,12); }

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

border-color css

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

 span { border-color: rgb(17,19,12); }

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