Html Css Color HEX #117131 Camarone

📋 copy color: '#117131'

red 17 ◦ green 113 ◦ blue 49

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

Shades of Camarone #117131

Tints of Camarone #117131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 63.13%

 BLUE value IS 49 (19.53% from 255) = 27.37%

R = 9.5%
G = 63.13%
B = 27.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#117131 (or 0x117131) is known color: Camarone. HEX triplet: 11, 71 and 31. RGB value is (17,113,49). Sum of RGB (Red+Green+Blue) = 17+113+49=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #117131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117131 is #EE8ECE. Grayscale: #4D4D4D. Windows color (decimal): -15634127 or 3240209. OLE color: 3240209.

HSL color Cylindrical-coordinate representation of color #117131: hue angle of 140º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117131 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 49 -
CMYK 0.85 0 0.57 0.56
HSL 140º 0.74% 0.25% -
HSV(B) 140º 0.85% 0.44% -
XYZ 6.69 12.15 4.9 -
YUV 77 112.2 85.2 -
System Red Green Blue C M Y K H S L
Decimal 17 113 49 0.85 0 0.57 0.56 140 0.74 0.25
Hex 11 71 31 55 0 39 38 8C 4A 19
Octal 21 161 61 125 0 71 70 214 112 31
Binary 10001 1110001 110001 1010101 0 111001 111000 10001100 1001010 11001

Color Harmonies of #117131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117131

Black with #117131

Text Example


Text Example

White with #117131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117131; }

 p { color: rgb(17,113,49); }

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

background-color css

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

 a { background-color: rgb(17,113,49); }

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

border-color css

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

 span { border-color: rgb(17,113,49); }

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