#117D2D

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

Shades of Camarone #117D2D

Tints of Camarone #117D2D

Color information

#117D2D (or 0x117D2D) is unknown color: approx Camarone. HEX triplet: 11, 7D and 2D. RGB value is (17,125,45). Sum of RGB (Red+Green+Blue) = 17+125+45=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 125 (49.22% from 255 or 66.84% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 125 - color contains mainly: green. Hex color #117D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D2D is #EE82D2. Grayscale: #535353. Windows color (decimal): -15631059 or 2981137. OLE color: 2981137.

HSL color Cylindrical-coordinate representation of color #117D2D: hue angle of 135.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D2D is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB1712545-
CMYK0.8600.640.51
HSL135.56º76.06%27.84%-
HSV(B)135.56º86.4%49.02%-
XYZ8.0414.984.95-
YUV83.59106.2280.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 125 (49.22% from 255) = 66.84%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=9.09%
G=66.84%
B=24.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17125450.8600.640.51135.5676.0627.84
Hex117D2D5604033884c1c
Octal211755512601006321011434
Binary10001111110110110110101100100000011001110001000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117D2D; }

 p { color: rgb(17,125,45); }

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

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

 a { background-color: rgb(17,125,45); }

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

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

 span { border-color: rgb(17,125,45); }

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