#175532

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

Shades of Crusoe #175532

Tints of Crusoe #175532

Color information

#175532 (or 0x175532) is unknown color: approx Crusoe. HEX triplet: 17, 55 and 32. RGB value is (23,85,50). Sum of RGB (Red+Green+Blue) = 23+85+50=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #175532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175532 is #E8AACD. Grayscale: #3E3E3E. Windows color (decimal): -15248078 or 3298583. OLE color: 3298583.

HSL color Cylindrical-coordinate representation of color #175532: hue angle of 146.13º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175532 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB238550-
CMYK0.7300.410.67
HSL146.13º57.41%21.18%-
HSV(B)146.13º72.94%33.33%-
XYZ4.186.914.13-
YUV62.47120.9699.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=14.56%
G=53.80%
B=31.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2385500.7300.410.67146.1357.4121.18
Hex1755324902943923915
Octal27125621110511032227125
Binary1011110101011100101001001010100110000111001001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175532; }

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

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

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

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

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

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

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

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