#117027

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

Shades of Camarone #117027

Tints of Camarone #117027

Color information

#117027 (or 0x117027) is unknown color: approx Camarone. HEX triplet: 11, 70 and 27. RGB value is (17,112,39). Sum of RGB (Red+Green+Blue) = 17+112+39=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #117027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117027 is #EE8FD8. Grayscale: #4B4B4B. Windows color (decimal): -15634393 or 2584593. OLE color: 2584593.

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

Color convert

RGB1711239-
CMYK0.8500.650.56
HSL133.89º73.64%25.29%-
HSV(B)133.89º84.82%43.92%-
XYZ6.3911.853.87-
YUV75.27107.5386.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 112 (44.14% from 255) = 66.67%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=10.12%
G=66.67%
B=23.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112390.8500.650.56133.8973.6425.29
Hex1170275504138864a19
Octal211604712501017020611231
Binary10001111000010011110101010100000111100010000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117027; }

 p { color: rgb(17,112,39); }

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

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

 a { background-color: rgb(17,112,39); }

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

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

 span { border-color: rgb(17,112,39); }

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