#117525

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

Shades of Camarone #117525

Tints of Camarone #117525

Color information

#117525 (or 0x117525) is unknown color: approx Camarone. HEX triplet: 11, 75 and 25. RGB value is (17,117,37). Sum of RGB (Red+Green+Blue) = 17+117+37=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #117525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117525 is #EE8ADA. Grayscale: #4E4E4E. Windows color (decimal): -15633115 or 2454801. OLE color: 2454801.

HSL color Cylindrical-coordinate representation of color #117525: hue angle of 132º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117525 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1711737-
CMYK0.8500.680.54
HSL132º74.63%26.27%-
HSV(B)132º85.47%45.88%-
XYZ6.9312.983.89-
YUV77.98104.8784.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 117 (46.09% from 255) = 68.42%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=9.94%
G=68.42%
B=21.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117370.8500.680.5413274.6326.27
Hex1175255504436844b1a
Octal211654512501046620411332
Binary10001111010110010110101010100010011011010000100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117525; }

 p { color: rgb(17,117,37); }

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

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

 a { background-color: rgb(17,117,37); }

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

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

 span { border-color: rgb(17,117,37); }

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