#118331

Color #118331 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #118331

Tints of Camarone #118331

Color information

#118331 (or 0x118331) is unknown color: approx Camarone. HEX triplet: 11, 83 and 31. RGB value is (17,131,49). Sum of RGB (Red+Green+Blue) = 17+131+49=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #118331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118331 is #EE7CCE. Grayscale: #575757. Windows color (decimal): -15629519 or 3244817. OLE color: 3244817.

HSL color Cylindrical-coordinate representation of color #118331: hue angle of 136.84º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118331 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1713149-
CMYK0.8700.630.49
HSL136.84º77.03%29.02%-
HSV(B)136.84º87.02%51.37%-
XYZ8.916.575.64-
YUV87.57106.2377.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 131 (51.56% from 255) = 66.50%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=8.63%
G=66.50%
B=24.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17131490.8700.630.49136.8477.0329.02
Hex1183315703F31894d1d
Octal21203611270776121111535
Binary10001100000111100011010111011111111000110001001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118331; }

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

 H1.HeaderClassName
 {
   color: #118331;
 }
 .AnyTagClassName
 {
   color: #118331;
 }
</style>
background-color css

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

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

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

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

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

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