#117123

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

Shades of Camarone #117123

Tints of Camarone #117123

Color information

#117123 (or 0x117123) is unknown color: approx Camarone. HEX triplet: 11, 71 and 23. RGB value is (17,113,35). Sum of RGB (Red+Green+Blue) = 17+113+35=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #117123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117123 is #EE8EDC. Grayscale: #4B4B4B. Windows color (decimal): -15634141 or 2322705. OLE color: 2322705.

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

Color convert

RGB1711335-
CMYK0.8500.690.56
HSL131.25º73.85%25.49%-
HSV(B)131.25º84.96%44.31%-
XYZ6.4412.053.58-
YUV75.4105.286.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 113 (44.53% from 255) = 68.48%
BLUE value IS 35 (14.06% from 255) = 21.21%
R=10.30%
G=68.48%
B=21.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113350.8500.690.56131.2573.8525.49
Hex1171235504538834a19
Octal211614312501057020311231
Binary10001111000110001110101010100010111100010000011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117123; }

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

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

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

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

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

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

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

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