#117530

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

Shades of Camarone #117530

Tints of Camarone #117530

Color information

#117530 (or 0x117530) is unknown color: approx Camarone. HEX triplet: 11, 75 and 30. RGB value is (17,117,48). Sum of RGB (Red+Green+Blue) = 17+117+48=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #117530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117530 is #EE8ACF. Grayscale: #4F4F4F. Windows color (decimal): -15633104 or 3175697. OLE color: 3175697.

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

Color convert

RGB1711748-
CMYK0.8500.590.54
HSL138.6º74.63%26.27%-
HSV(B)138.6º85.47%45.88%-
XYZ7.1313.064.94-
YUV79.23110.3783.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 117 (46.09% from 255) = 64.29%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=9.34%
G=64.29%
B=26.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117480.8500.590.54138.674.6326.27
Hex1175305503B368b4b1a
Octal21165601250736621311332
Binary1000111101011100001010101011101111011010001011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117530; }

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

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

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

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

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

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

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

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