#117228

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

Shades of Camarone #117228

Tints of Camarone #117228

Color information

#117228 (or 0x117228) is unknown color: approx Camarone. HEX triplet: 11, 72 and 28. RGB value is (17,114,40). Sum of RGB (Red+Green+Blue) = 17+114+40=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #117228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117228 is #EE8DD7. Grayscale: #4C4C4C. Windows color (decimal): -15633880 or 2650641. OLE color: 2650641.

HSL color Cylindrical-coordinate representation of color #117228: hue angle of 134.23º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117228 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1711440-
CMYK0.8500.650.55
HSL134.23º74.05%25.69%-
HSV(B)134.23º85.09%44.71%-
XYZ6.6312.314.03-
YUV76.56107.3685.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 114 (44.92% from 255) = 66.67%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=9.94%
G=66.67%
B=23.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17114400.8500.650.55134.2374.0525.69
Hex1172285504137864a1a
Octal211625012501016720611232
Binary10001111001010100010101010100000111011110000110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117228; }

 p { color: rgb(17,114,40); }

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

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

 a { background-color: rgb(17,114,40); }

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

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

 span { border-color: rgb(17,114,40); }

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