#175A32

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

Shades of Crusoe #175A32

Tints of Crusoe #175A32

Color information

#175A32 (or 0x175A32) is unknown color: approx Crusoe. HEX triplet: 17, 5A and 32. RGB value is (23,90,50). Sum of RGB (Red+Green+Blue) = 23+90+50=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #175A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175A32 is #E8A5CD. Grayscale: #414141. Windows color (decimal): -15246798 or 3299863. OLE color: 3299863.

HSL color Cylindrical-coordinate representation of color #175A32: hue angle of 144.18º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175A32 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB239050-
CMYK0.7400.440.65
HSL144.18º59.29%22.16%-
HSV(B)144.18º74.44%35.29%-
XYZ4.597.724.27-
YUV65.41119.397.75-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.11%
GREEN value IS 90 (35.55% from 255) = 55.21%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=14.11%
G=55.21%
B=30.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2390500.7400.440.65144.1859.2922.16
Hex175A324A02C41903b16
Octal27132621120541012207326
Binary1011110110101100101001010010110010000011001000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175A32; }

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

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

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

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

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

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

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

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