#176032

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

Shades of Crusoe #176032

Tints of Crusoe #176032

Color information

#176032 (or 0x176032) is unknown color: approx Crusoe. HEX triplet: 17, 60 and 32. RGB value is (23,96,50). Sum of RGB (Red+Green+Blue) = 23+96+50=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #176032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176032 is #E89FCD. Grayscale: #454545. Windows color (decimal): -15245262 or 3301399. OLE color: 3301399.

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

Color convert

RGB239650-
CMYK0.7600.480.62
HSL142.19º61.34%23.33%-
HSV(B)142.19º76.04%37.65%-
XYZ5.118.784.44-
YUV68.93117.3295.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.61%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=13.61%
G=56.80%
B=29.59%

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
Decimal2396500.7600.480.62142.1961.3423.33
Hex1760324C0303E8e3d17
Octal2714062114060762167527
Binary101111100000110010100110001100001111101000111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176032; }

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

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

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

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

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

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

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

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