#177228

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

Shades of Camarone #177228

Tints of Camarone #177228

Color information

#177228 (or 0x177228) is unknown color: approx Camarone. HEX triplet: 17, 72 and 28. RGB value is (23,114,40). Sum of RGB (Red+Green+Blue) = 23+114+40=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #177228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #177228 is #E88DD7. Grayscale: #4E4E4E. Windows color (decimal): -15240664 or 2650647. OLE color: 2650647.

HSL color Cylindrical-coordinate representation of color #177228: hue angle of 131.21º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177228 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB2311440-
CMYK0.8000.650.55
HSL131.21º66.42%26.86%-
HSV(B)131.21º79.82%44.71%-
XYZ6.7512.374.04-
YUV78.35106.3588.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 114 (44.92% from 255) = 64.41%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=12.99%
G=64.41%
B=22.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23114400.8000.650.55131.2166.4226.86
Hex177228500413783421b
Octal271625012001016720310233
Binary10111111001010100010100000100000111011110000011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177228; }

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

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

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

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

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

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

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

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