#176132

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

Shades of Crusoe #176132

Tints of Crusoe #176132

Color information

#176132 (or 0x176132) is unknown color: approx Crusoe. HEX triplet: 17, 61 and 32. RGB value is (23,97,50). Sum of RGB (Red+Green+Blue) = 23+97+50=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #176132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176132 is #E89ECD. Grayscale: #454545. Windows color (decimal): -15245006 or 3301655. OLE color: 3301655.

HSL color Cylindrical-coordinate representation of color #176132: hue angle of 141.89º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176132 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB239750-
CMYK0.7600.480.62
HSL141.89º61.67%23.53%-
HSV(B)141.89º76.29%38.04%-
XYZ5.28.964.47-
YUV69.52116.9894.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.53%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=13.53%
G=57.06%
B=29.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2397500.7600.480.62141.8961.6723.53
Hex1761324C0303E8e3e18
Octal2714162114060762167630
Binary101111100001110010100110001100001111101000111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176132; }

 p { color: rgb(23,97,50); }

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

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

 a { background-color: rgb(23,97,50); }

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

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

 span { border-color: rgb(23,97,50); }

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