Html Css Color HEX #117130 Camarone

📋 copy color: '#117130'

red 17 ◦ green 113 ◦ blue 48

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

Shades of Camarone #117130

Tints of Camarone #117130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 9.55%
G = 63.48%
B = 26.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#117130 (or 0x117130) is known color: Camarone. HEX triplet: 11, 71 and 30. RGB value is (17,113,48). Sum of RGB (Red+Green+Blue) = 17+113+48=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #117130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117130 is #EE8ECF. Grayscale: #4D4D4D. Windows color (decimal): -15634128 or 3174673. OLE color: 3174673.

HSL color Cylindrical-coordinate representation of color #117130: hue angle of 139.38º 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 #117130 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 48 -
CMYK 0.85 0 0.58 0.56
HSL 139.38º 0.74% 0.25% -
HSV(B) 139.38º 0.85% 0.44% -
XYZ 6.67 12.14 4.79 -
YUV 76.89 111.7 85.29 -
System Red Green Blue C M Y K H S L
Decimal 17 113 48 0.85 0 0.58 0.56 139.38 0.74 0.25
Hex 11 71 30 55 0 3A 38 8B 4A 19
Octal 21 161 60 125 0 72 70 213 112 31
Binary 10001 1110001 110000 1010101 0 111010 111000 10001011 1001010 11001

Color Harmonies of #117130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117130

Black with #117130

Text Example


Text Example

White with #117130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117130; }

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

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

background-color css

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

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

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

border-color css

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

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

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